Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
Locale | Pointer to NullableString | [optional] | |
Current | Pointer to SubscriptionPeriodVM | [optional] | |
Old | Pointer to []SubscriptionPeriodVM | [optional] | |
TemplatesFolder | Pointer to SubscriptionFolder | [optional] | |
ReportsFolder | Pointer to SubscriptionFolder | [optional] | |
ExportsFolder | Pointer to SubscriptionFolder | [optional] | |
Tags | Pointer to []string | [optional] | |
T | string |
func NewSubscriptionVM(t string, ) *SubscriptionVM
NewSubscriptionVM instantiates a new SubscriptionVM 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 NewSubscriptionVMWithDefaults() *SubscriptionVM
NewSubscriptionVMWithDefaults instantiates a new SubscriptionVM 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 *SubscriptionVM) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SubscriptionVM) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionVM) SetId(v string)
SetId sets Id field to given value.
func (o *SubscriptionVM) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SubscriptionVM) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *SubscriptionVM) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *SubscriptionVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SubscriptionVM) 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 *SubscriptionVM) SetName(v string)
SetName sets Name field to given value.
func (o *SubscriptionVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SubscriptionVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *SubscriptionVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *SubscriptionVM) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *SubscriptionVM) 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 *SubscriptionVM) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *SubscriptionVM) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *SubscriptionVM) SetLocaleNil(b bool)
SetLocaleNil sets the value for Locale to be an explicit nil
func (o *SubscriptionVM) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
func (o *SubscriptionVM) GetCurrent() SubscriptionPeriodVM
GetCurrent returns the Current field if non-nil, zero value otherwise.
func (o *SubscriptionVM) GetCurrentOk() (*SubscriptionPeriodVM, bool)
GetCurrentOk returns a tuple with the Current field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionVM) SetCurrent(v SubscriptionPeriodVM)
SetCurrent sets Current field to given value.
func (o *SubscriptionVM) HasCurrent() bool
HasCurrent returns a boolean if a field has been set.
func (o *SubscriptionVM) GetOld() []SubscriptionPeriodVM
GetOld returns the Old field if non-nil, zero value otherwise.
func (o *SubscriptionVM) GetOldOk() (*[]SubscriptionPeriodVM, bool)
GetOldOk returns a tuple with the Old field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionVM) SetOld(v []SubscriptionPeriodVM)
SetOld sets Old field to given value.
func (o *SubscriptionVM) HasOld() bool
HasOld returns a boolean if a field has been set.
func (o *SubscriptionVM) SetOldNil(b bool)
SetOldNil sets the value for Old to be an explicit nil
func (o *SubscriptionVM) UnsetOld()
UnsetOld ensures that no value is present for Old, not even an explicit nil
func (o *SubscriptionVM) GetTemplatesFolder() SubscriptionFolder
GetTemplatesFolder returns the TemplatesFolder field if non-nil, zero value otherwise.
func (o *SubscriptionVM) GetTemplatesFolderOk() (*SubscriptionFolder, bool)
GetTemplatesFolderOk returns a tuple with the TemplatesFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionVM) SetTemplatesFolder(v SubscriptionFolder)
SetTemplatesFolder sets TemplatesFolder field to given value.
func (o *SubscriptionVM) HasTemplatesFolder() bool
HasTemplatesFolder returns a boolean if a field has been set.
func (o *SubscriptionVM) GetReportsFolder() SubscriptionFolder
GetReportsFolder returns the ReportsFolder field if non-nil, zero value otherwise.
func (o *SubscriptionVM) GetReportsFolderOk() (*SubscriptionFolder, bool)
GetReportsFolderOk returns a tuple with the ReportsFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionVM) SetReportsFolder(v SubscriptionFolder)
SetReportsFolder sets ReportsFolder field to given value.
func (o *SubscriptionVM) HasReportsFolder() bool
HasReportsFolder returns a boolean if a field has been set.
func (o *SubscriptionVM) GetExportsFolder() SubscriptionFolder
GetExportsFolder returns the ExportsFolder field if non-nil, zero value otherwise.
func (o *SubscriptionVM) GetExportsFolderOk() (*SubscriptionFolder, bool)
GetExportsFolderOk returns a tuple with the ExportsFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionVM) SetExportsFolder(v SubscriptionFolder)
SetExportsFolder sets ExportsFolder field to given value.
func (o *SubscriptionVM) HasExportsFolder() bool
HasExportsFolder returns a boolean if a field has been set.
func (o *SubscriptionVM) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *SubscriptionVM) 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 *SubscriptionVM) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *SubscriptionVM) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *SubscriptionVM) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *SubscriptionVM) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *SubscriptionVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *SubscriptionVM) 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 *SubscriptionVM) SetT(v string)
SetT sets T field to given value.