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 |
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
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
func (o *SubscriptionInviteVM) GetUsages() int64
GetUsages returns the Usages field if non-nil, zero value otherwise.
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.
func (o *SubscriptionInviteVM) SetUsages(v int64)
SetUsages sets Usages field to given value.
func (o *SubscriptionInviteVM) HasUsages() bool
HasUsages returns a boolean if a field has been set.
func (o *SubscriptionInviteVM) GetDurable() bool
GetDurable returns the Durable field if non-nil, zero value otherwise.
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.
func (o *SubscriptionInviteVM) SetDurable(v bool)
SetDurable sets Durable field to given value.
func (o *SubscriptionInviteVM) HasDurable() bool
HasDurable returns a boolean if a field has been set.
func (o *SubscriptionInviteVM) GetAccessToken() string
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
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.
func (o *SubscriptionInviteVM) SetAccessToken(v string)
SetAccessToken sets AccessToken field to given value.
func (o *SubscriptionInviteVM) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (o *SubscriptionInviteVM) SetAccessTokenNil(b bool)
SetAccessTokenNil sets the value for AccessToken to be an explicit nil
func (o *SubscriptionInviteVM) UnsetAccessToken()
UnsetAccessToken ensures that no value is present for AccessToken, not even an explicit nil
func (o *SubscriptionInviteVM) GetExpiredDate() time.Time
GetExpiredDate returns the ExpiredDate field if non-nil, zero value otherwise.
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.
func (o *SubscriptionInviteVM) SetExpiredDate(v time.Time)
SetExpiredDate sets ExpiredDate field to given value.
func (o *SubscriptionInviteVM) HasExpiredDate() bool
HasExpiredDate returns a boolean if a field has been set.
func (o *SubscriptionInviteVM) GetAddedUsers() []InvitedUser
GetAddedUsers returns the AddedUsers field if non-nil, zero value otherwise.
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.
func (o *SubscriptionInviteVM) SetAddedUsers(v []InvitedUser)
SetAddedUsers sets AddedUsers field to given value.
func (o *SubscriptionInviteVM) HasAddedUsers() bool
HasAddedUsers returns a boolean if a field has been set.
func (o *SubscriptionInviteVM) SetAddedUsersNil(b bool)
SetAddedUsersNil sets the value for AddedUsers to be an explicit nil
func (o *SubscriptionInviteVM) UnsetAddedUsers()
UnsetAddedUsers ensures that no value is present for AddedUsers, not even an explicit nil
func (o *SubscriptionInviteVM) GetCreatorUserId() string
GetCreatorUserId returns the CreatorUserId field if non-nil, zero value otherwise.
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.
func (o *SubscriptionInviteVM) SetCreatorUserId(v string)
SetCreatorUserId sets CreatorUserId field to given value.
func (o *SubscriptionInviteVM) HasCreatorUserId() bool
HasCreatorUserId returns a boolean if a field has been set.
func (o *SubscriptionInviteVM) SetCreatorUserIdNil(b bool)
SetCreatorUserIdNil sets the value for CreatorUserId to be an explicit nil
func (o *SubscriptionInviteVM) UnsetCreatorUserId()
UnsetCreatorUserId ensures that no value is present for CreatorUserId, not even an explicit nil
func (o *SubscriptionInviteVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
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.
func (o *SubscriptionInviteVM) SetT(v string)
SetT sets T field to given value.