dep: add configuration_web_url

This commit is contained in:
Victor Vrantchan
2019-06-22 18:58:08 -04:00
parent 54859c9482
commit 1f1273d4d2

View File

@@ -28,6 +28,7 @@ type Profile struct {
Devices []string `json:"devices"`
Language string `json:"language,omitempty"`
Region string `json:"region,omitempty"`
ConfigurationWebURL string `json:"configuration_web_url,omitempty"`
}
type ProfileResponse struct {