diff --git a/account_settings.go b/account_settings.go index 969ca38ea..bf60162d0 100644 --- a/account_settings.go +++ b/account_settings.go @@ -18,6 +18,9 @@ type AccountSettings struct { // A plan name like "longview-3"..."longview-100", or a nil value for to cancel any existing subscription plan. LongviewSubscription *string `json:"longview_subscription"` + + // A string like "disabled", "suspended", or "active" describing the status of this account’s Object Storage service enrollment. + ObjectStorage *string `json:"object_storage"` } // AccountSettingsUpdateOptions are the updateable account wide flags or plans that effect new resources.