Name | Type | Description | Notes |
---|---|---|---|
ProductTierId | string | ID of a Product Tier | |
ServiceId | string | ID of a Service | |
Token | string | JWT token used to perform authorization | |
Version | string | The version number for the specific version set. |
func NewDeprecateTierVersionSetRequest(productTierId string, serviceId string, token string, version string, ) *DeprecateTierVersionSetRequest
NewDeprecateTierVersionSetRequest instantiates a new DeprecateTierVersionSetRequest 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 NewDeprecateTierVersionSetRequestWithDefaults() *DeprecateTierVersionSetRequest
NewDeprecateTierVersionSetRequestWithDefaults instantiates a new DeprecateTierVersionSetRequest 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 *DeprecateTierVersionSetRequest) GetProductTierId() string
GetProductTierId returns the ProductTierId field if non-nil, zero value otherwise.
func (o *DeprecateTierVersionSetRequest) GetProductTierIdOk() (*string, bool)
GetProductTierIdOk returns a tuple with the ProductTierId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeprecateTierVersionSetRequest) SetProductTierId(v string)
SetProductTierId sets ProductTierId field to given value.
func (o *DeprecateTierVersionSetRequest) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *DeprecateTierVersionSetRequest) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeprecateTierVersionSetRequest) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *DeprecateTierVersionSetRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DeprecateTierVersionSetRequest) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeprecateTierVersionSetRequest) SetToken(v string)
SetToken sets Token field to given value.
func (o *DeprecateTierVersionSetRequest) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *DeprecateTierVersionSetRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeprecateTierVersionSetRequest) SetVersion(v string)
SetVersion sets Version field to given value.