Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | [optional] | |
Locale | Pointer to NullableString | [optional] | |
Tags | Pointer to []string | [optional] | |
DefaultPermissions | Pointer to DefaultPermissionsVM | [optional] | |
T | string |
func NewUpdateSubscriptionVM(t string, ) *UpdateSubscriptionVM
NewUpdateSubscriptionVM instantiates a new UpdateSubscriptionVM 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 NewUpdateSubscriptionVMWithDefaults() *UpdateSubscriptionVM
NewUpdateSubscriptionVMWithDefaults instantiates a new UpdateSubscriptionVM 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 *UpdateSubscriptionVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionVM) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionVM) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateSubscriptionVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UpdateSubscriptionVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *UpdateSubscriptionVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *UpdateSubscriptionVM) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionVM) GetLocaleOk() (*string, bool)
GetLocaleOk returns a tuple with the Locale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionVM) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *UpdateSubscriptionVM) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *UpdateSubscriptionVM) SetLocaleNil(b bool)
SetLocaleNil sets the value for Locale to be an explicit nil
func (o *UpdateSubscriptionVM) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
func (o *UpdateSubscriptionVM) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionVM) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionVM) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *UpdateSubscriptionVM) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *UpdateSubscriptionVM) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *UpdateSubscriptionVM) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *UpdateSubscriptionVM) GetDefaultPermissions() DefaultPermissionsVM
GetDefaultPermissions returns the DefaultPermissions field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionVM) GetDefaultPermissionsOk() (*DefaultPermissionsVM, bool)
GetDefaultPermissionsOk returns a tuple with the DefaultPermissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionVM) SetDefaultPermissions(v DefaultPermissionsVM)
SetDefaultPermissions sets DefaultPermissions field to given value.
func (o *UpdateSubscriptionVM) HasDefaultPermissions() bool
HasDefaultPermissions returns a boolean if a field has been set.
func (o *UpdateSubscriptionVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionVM) 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 *UpdateSubscriptionVM) SetT(v string)
SetT sets T field to given value.