Skip to content

Commit

Permalink
Merge pull request #294 from ezilber-akamai/TPT-1731
Browse files Browse the repository at this point in the history
Added object_storage to account settings
  • Loading branch information
ezilber-akamai-zz authored Feb 2, 2023
2 parents 36b7012 + f1015c3 commit 0202c0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions account_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0202c0a

Please sign in to comment.