diff --git a/client/types.go b/client/types.go index 86fbbe53..0e62c156 100644 --- a/client/types.go +++ b/client/types.go @@ -184,6 +184,7 @@ type AiInfo struct { FlavorId string `json:"flavorId,omitempty"` SubscriptionId string `json:"subscriptionId,omitempty"` ItemVersionId string `json:"itemVersionId,omitempty"` + ObsUrl string `json:"obsUrl,omitempty"` } type VmInfo struct {