Name | Type | Description | Notes |
---|---|---|---|
Current | Current | ||
NextProduct | interface{} | ||
Next | interface{} |
func NewSubscriptionsAnyOf(current Current, nextProduct interface{}, next interface{}, ) *SubscriptionsAnyOf
NewSubscriptionsAnyOf instantiates a new SubscriptionsAnyOf 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 NewSubscriptionsAnyOfWithDefaults() *SubscriptionsAnyOf
NewSubscriptionsAnyOfWithDefaults instantiates a new SubscriptionsAnyOf 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 *SubscriptionsAnyOf) GetCurrent() Current
GetCurrent returns the Current field if non-nil, zero value otherwise.
func (o *SubscriptionsAnyOf) GetCurrentOk() (*Current, bool)
GetCurrentOk returns a tuple with the Current field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionsAnyOf) SetCurrent(v Current)
SetCurrent sets Current field to given value.
func (o *SubscriptionsAnyOf) GetNextProduct() interface{}
GetNextProduct returns the NextProduct field if non-nil, zero value otherwise.
func (o *SubscriptionsAnyOf) GetNextProductOk() (*interface{}, bool)
GetNextProductOk returns a tuple with the NextProduct field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionsAnyOf) SetNextProduct(v interface{})
SetNextProduct sets NextProduct field to given value.
func (o *SubscriptionsAnyOf) SetNextProductNil(b bool)
SetNextProductNil sets the value for NextProduct to be an explicit nil
func (o *SubscriptionsAnyOf) UnsetNextProduct()
UnsetNextProduct ensures that no value is present for NextProduct, not even an explicit nil
func (o *SubscriptionsAnyOf) GetNext() interface{}
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *SubscriptionsAnyOf) GetNextOk() (*interface{}, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionsAnyOf) SetNext(v interface{})
SetNext sets Next field to given value.
func (o *SubscriptionsAnyOf) SetNextNil(b bool)
SetNextNil sets the value for Next to be an explicit nil
func (o *SubscriptionsAnyOf) UnsetNext()
UnsetNext ensures that no value is present for Next, not even an explicit nil