Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.1 KB

File metadata and controls

72 lines (39 loc) · 2.1 KB

ExpiredSubscription

Properties

Name Type Description Notes
Type string
Subscription Subscription

Methods

NewExpiredSubscription

func NewExpiredSubscription(type_ string, subscription Subscription, ) *ExpiredSubscription

NewExpiredSubscription instantiates a new ExpiredSubscription 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

NewExpiredSubscriptionWithDefaults

func NewExpiredSubscriptionWithDefaults() *ExpiredSubscription

NewExpiredSubscriptionWithDefaults instantiates a new ExpiredSubscription 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

GetType

func (o *ExpiredSubscription) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ExpiredSubscription) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ExpiredSubscription) SetType(v string)

SetType sets Type field to given value.

GetSubscription

func (o *ExpiredSubscription) GetSubscription() Subscription

GetSubscription returns the Subscription field if non-nil, zero value otherwise.

GetSubscriptionOk

func (o *ExpiredSubscription) GetSubscriptionOk() (*Subscription, 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.

SetSubscription

func (o *ExpiredSubscription) SetSubscription(v Subscription)

SetSubscription sets Subscription field to given value.

[Back to Model list] [Back to API list] [Back to README]