Skip to content

Latest commit

 

History

History
237 lines (130 loc) · 6.57 KB

SubscriptionInviteVM.md

File metadata and controls

237 lines (130 loc) · 6.57 KB

SubscriptionInviteVM

Properties

Name Type Description Notes
Usages Pointer to int64 [optional]
Durable Pointer to bool [optional]
AccessToken Pointer to NullableString [optional]
ExpiredDate Pointer to time.Time [optional]
AddedUsers Pointer to []InvitedUser [optional]
CreatorUserId Pointer to NullableString [optional]
T string

Methods

NewSubscriptionInviteVM

func NewSubscriptionInviteVM(t string, ) *SubscriptionInviteVM

NewSubscriptionInviteVM instantiates a new SubscriptionInviteVM 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

NewSubscriptionInviteVMWithDefaults

func NewSubscriptionInviteVMWithDefaults() *SubscriptionInviteVM

NewSubscriptionInviteVMWithDefaults instantiates a new SubscriptionInviteVM 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

GetUsages

func (o *SubscriptionInviteVM) GetUsages() int64

GetUsages returns the Usages field if non-nil, zero value otherwise.

GetUsagesOk

func (o *SubscriptionInviteVM) GetUsagesOk() (*int64, bool)

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

SetUsages

func (o *SubscriptionInviteVM) SetUsages(v int64)

SetUsages sets Usages field to given value.

HasUsages

func (o *SubscriptionInviteVM) HasUsages() bool

HasUsages returns a boolean if a field has been set.

GetDurable

func (o *SubscriptionInviteVM) GetDurable() bool

GetDurable returns the Durable field if non-nil, zero value otherwise.

GetDurableOk

func (o *SubscriptionInviteVM) GetDurableOk() (*bool, bool)

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

SetDurable

func (o *SubscriptionInviteVM) SetDurable(v bool)

SetDurable sets Durable field to given value.

HasDurable

func (o *SubscriptionInviteVM) HasDurable() bool

HasDurable returns a boolean if a field has been set.

GetAccessToken

func (o *SubscriptionInviteVM) GetAccessToken() string

GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.

GetAccessTokenOk

func (o *SubscriptionInviteVM) GetAccessTokenOk() (*string, bool)

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

SetAccessToken

func (o *SubscriptionInviteVM) SetAccessToken(v string)

SetAccessToken sets AccessToken field to given value.

HasAccessToken

func (o *SubscriptionInviteVM) HasAccessToken() bool

HasAccessToken returns a boolean if a field has been set.

SetAccessTokenNil

func (o *SubscriptionInviteVM) SetAccessTokenNil(b bool)

SetAccessTokenNil sets the value for AccessToken to be an explicit nil

UnsetAccessToken

func (o *SubscriptionInviteVM) UnsetAccessToken()

UnsetAccessToken ensures that no value is present for AccessToken, not even an explicit nil

GetExpiredDate

func (o *SubscriptionInviteVM) GetExpiredDate() time.Time

GetExpiredDate returns the ExpiredDate field if non-nil, zero value otherwise.

GetExpiredDateOk

func (o *SubscriptionInviteVM) GetExpiredDateOk() (*time.Time, bool)

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

SetExpiredDate

func (o *SubscriptionInviteVM) SetExpiredDate(v time.Time)

SetExpiredDate sets ExpiredDate field to given value.

HasExpiredDate

func (o *SubscriptionInviteVM) HasExpiredDate() bool

HasExpiredDate returns a boolean if a field has been set.

GetAddedUsers

func (o *SubscriptionInviteVM) GetAddedUsers() []InvitedUser

GetAddedUsers returns the AddedUsers field if non-nil, zero value otherwise.

GetAddedUsersOk

func (o *SubscriptionInviteVM) GetAddedUsersOk() (*[]InvitedUser, bool)

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

SetAddedUsers

func (o *SubscriptionInviteVM) SetAddedUsers(v []InvitedUser)

SetAddedUsers sets AddedUsers field to given value.

HasAddedUsers

func (o *SubscriptionInviteVM) HasAddedUsers() bool

HasAddedUsers returns a boolean if a field has been set.

SetAddedUsersNil

func (o *SubscriptionInviteVM) SetAddedUsersNil(b bool)

SetAddedUsersNil sets the value for AddedUsers to be an explicit nil

UnsetAddedUsers

func (o *SubscriptionInviteVM) UnsetAddedUsers()

UnsetAddedUsers ensures that no value is present for AddedUsers, not even an explicit nil

GetCreatorUserId

func (o *SubscriptionInviteVM) GetCreatorUserId() string

GetCreatorUserId returns the CreatorUserId field if non-nil, zero value otherwise.

GetCreatorUserIdOk

func (o *SubscriptionInviteVM) GetCreatorUserIdOk() (*string, bool)

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

SetCreatorUserId

func (o *SubscriptionInviteVM) SetCreatorUserId(v string)

SetCreatorUserId sets CreatorUserId field to given value.

HasCreatorUserId

func (o *SubscriptionInviteVM) HasCreatorUserId() bool

HasCreatorUserId returns a boolean if a field has been set.

SetCreatorUserIdNil

func (o *SubscriptionInviteVM) SetCreatorUserIdNil(b bool)

SetCreatorUserIdNil sets the value for CreatorUserId to be an explicit nil

UnsetCreatorUserId

func (o *SubscriptionInviteVM) UnsetCreatorUserId()

UnsetCreatorUserId ensures that no value is present for CreatorUserId, not even an explicit nil

GetT

func (o *SubscriptionInviteVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

func (o *SubscriptionInviteVM) GetTOk() (*string, bool)

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

SetT

func (o *SubscriptionInviteVM) SetT(v string)

SetT sets T field to given value.

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