Name | Type | Description | Notes |
---|---|---|---|
ProductId | string | Unique identifier of the product in current plan. Valid values are: 1. `Free` 2. `Trial` 3. `Essentials` 4. `EnterpriseOps` 5. `EnterpriseSec` 6. `EnterpriseSuite` | |
BillingFrequency | string | Identifier for the plans billing term. Valid values are: 1. Monthly 2. Annually | |
Baselines | SelfServiceCreditsBaselines |
func NewUpdateRequest(productId string, billingFrequency string, baselines SelfServiceCreditsBaselines, ) *UpdateRequest
NewUpdateRequest instantiates a new UpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateRequestWithDefaults() *UpdateRequest
NewUpdateRequestWithDefaults instantiates a new UpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *UpdateRequest) GetProductId() string
GetProductId returns the ProductId field if non-nil, zero value otherwise.
func (o *UpdateRequest) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequest) SetProductId(v string)
SetProductId sets ProductId field to given value.
func (o *UpdateRequest) GetBillingFrequency() string
GetBillingFrequency returns the BillingFrequency field if non-nil, zero value otherwise.
func (o *UpdateRequest) GetBillingFrequencyOk() (*string, bool)
GetBillingFrequencyOk returns a tuple with the BillingFrequency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequest) SetBillingFrequency(v string)
SetBillingFrequency sets BillingFrequency field to given value.
func (o *UpdateRequest) GetBaselines() SelfServiceCreditsBaselines
GetBaselines returns the Baselines field if non-nil, zero value otherwise.
func (o *UpdateRequest) GetBaselinesOk() (*SelfServiceCreditsBaselines, bool)
GetBaselinesOk returns a tuple with the Baselines field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequest) SetBaselines(v SelfServiceCreditsBaselines)
SetBaselines sets Baselines field to given value.