Name | Type | Description | Notes |
---|---|---|---|
Subscription | Pointer to SubscriptionObject | [optional] |
func NewUpdateSubscriptionRequestBody() *UpdateSubscriptionRequestBody
NewUpdateSubscriptionRequestBody instantiates a new UpdateSubscriptionRequestBody 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 NewUpdateSubscriptionRequestBodyWithDefaults() *UpdateSubscriptionRequestBody
NewUpdateSubscriptionRequestBodyWithDefaults instantiates a new UpdateSubscriptionRequestBody 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 *UpdateSubscriptionRequestBody) GetSubscription() SubscriptionObject
GetSubscription returns the Subscription field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionRequestBody) GetSubscriptionOk() (*SubscriptionObject, bool)
GetSubscriptionOk returns a tuple with the Subscription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionRequestBody) SetSubscription(v SubscriptionObject)
SetSubscription sets Subscription field to given value.
func (o *UpdateSubscriptionRequestBody) HasSubscription() bool
HasSubscription returns a boolean if a field has been set.