Name | Type | Description | Notes |
---|---|---|---|
UserId | Pointer to NullableString | [optional] | |
Groups | Pointer to []GroupVM | [optional] | |
T | string |
func NewSubscriptionUserVM(t string, ) *SubscriptionUserVM
NewSubscriptionUserVM instantiates a new SubscriptionUserVM 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 NewSubscriptionUserVMWithDefaults() *SubscriptionUserVM
NewSubscriptionUserVMWithDefaults instantiates a new SubscriptionUserVM 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 *SubscriptionUserVM) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *SubscriptionUserVM) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionUserVM) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *SubscriptionUserVM) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *SubscriptionUserVM) SetUserIdNil(b bool)
SetUserIdNil sets the value for UserId to be an explicit nil
func (o *SubscriptionUserVM) UnsetUserId()
UnsetUserId ensures that no value is present for UserId, not even an explicit nil
func (o *SubscriptionUserVM) GetGroups() []GroupVM
GetGroups returns the Groups field if non-nil, zero value otherwise.
func (o *SubscriptionUserVM) GetGroupsOk() (*[]GroupVM, bool)
GetGroupsOk returns a tuple with the Groups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionUserVM) SetGroups(v []GroupVM)
SetGroups sets Groups field to given value.
func (o *SubscriptionUserVM) HasGroups() bool
HasGroups returns a boolean if a field has been set.
func (o *SubscriptionUserVM) SetGroupsNil(b bool)
SetGroupsNil sets the value for Groups to be an explicit nil
func (o *SubscriptionUserVM) UnsetGroups()
UnsetGroups ensures that no value is present for Groups, not even an explicit nil
func (o *SubscriptionUserVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *SubscriptionUserVM) 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 *SubscriptionUserVM) SetT(v string)
SetT sets T field to given value.