Skip to content

Latest commit

 

History

History
721 lines (398 loc) · 20.8 KB

SubscriptionPlanVM.md

File metadata and controls

721 lines (398 loc) · 20.8 KB

SubscriptionPlanVM

Properties

Name Type Description Notes
Id Pointer to NullableString [optional]
IsActive Pointer to NullableBool [optional]
DisplayName Pointer to NullableString [optional]
TimePeriodType Pointer to NullableTimePeriodType [optional]
TimePeriod Pointer to NullableInt32 [optional]
ReadonlyTimeLimitType Pointer to TimePeriodType [optional]
ReadonlyTimeLimit Pointer to int32 [optional]
TemplatesSpaceLimit Pointer to NullableInt64 [optional]
ReportsSpaceLimit Pointer to NullableInt64 [optional]
ExportsSpaceLimit Pointer to NullableInt64 [optional]
FileUploadSizeLimit Pointer to NullableInt64 [optional]
DataSourceLimit Pointer to NullableInt32 [optional]
MaxUsersCount Pointer to NullableInt32 [optional]
GroupLimit Pointer to NullableInt32 [optional]
OnlineDesigner Pointer to NullableBool [optional]
IsDemo Pointer to NullableBool [optional]
UrlToBuy Pointer to NullableString [optional]
UnlimitedPage Pointer to bool [optional]
PageLimit Pointer to int32 [optional]
Tasks Pointer to TaskSettingsVM [optional]
T string

Methods

NewSubscriptionPlanVM

func NewSubscriptionPlanVM(t string, ) *SubscriptionPlanVM

NewSubscriptionPlanVM instantiates a new SubscriptionPlanVM 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

NewSubscriptionPlanVMWithDefaults

func NewSubscriptionPlanVMWithDefaults() *SubscriptionPlanVM

NewSubscriptionPlanVMWithDefaults instantiates a new SubscriptionPlanVM 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

GetId

func (o *SubscriptionPlanVM) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *SubscriptionPlanVM) 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.

SetId

func (o *SubscriptionPlanVM) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *SubscriptionPlanVM) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *SubscriptionPlanVM) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *SubscriptionPlanVM) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetIsActive

func (o *SubscriptionPlanVM) GetIsActive() bool

GetIsActive returns the IsActive field if non-nil, zero value otherwise.

GetIsActiveOk

func (o *SubscriptionPlanVM) GetIsActiveOk() (*bool, bool)

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

SetIsActive

func (o *SubscriptionPlanVM) SetIsActive(v bool)

SetIsActive sets IsActive field to given value.

HasIsActive

func (o *SubscriptionPlanVM) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

SetIsActiveNil

func (o *SubscriptionPlanVM) SetIsActiveNil(b bool)

SetIsActiveNil sets the value for IsActive to be an explicit nil

UnsetIsActive

func (o *SubscriptionPlanVM) UnsetIsActive()

UnsetIsActive ensures that no value is present for IsActive, not even an explicit nil

GetDisplayName

func (o *SubscriptionPlanVM) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *SubscriptionPlanVM) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *SubscriptionPlanVM) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *SubscriptionPlanVM) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *SubscriptionPlanVM) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *SubscriptionPlanVM) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

GetTimePeriodType

func (o *SubscriptionPlanVM) GetTimePeriodType() TimePeriodType

GetTimePeriodType returns the TimePeriodType field if non-nil, zero value otherwise.

GetTimePeriodTypeOk

func (o *SubscriptionPlanVM) GetTimePeriodTypeOk() (*TimePeriodType, bool)

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

SetTimePeriodType

func (o *SubscriptionPlanVM) SetTimePeriodType(v TimePeriodType)

SetTimePeriodType sets TimePeriodType field to given value.

HasTimePeriodType

func (o *SubscriptionPlanVM) HasTimePeriodType() bool

HasTimePeriodType returns a boolean if a field has been set.

SetTimePeriodTypeNil

func (o *SubscriptionPlanVM) SetTimePeriodTypeNil(b bool)

SetTimePeriodTypeNil sets the value for TimePeriodType to be an explicit nil

UnsetTimePeriodType

func (o *SubscriptionPlanVM) UnsetTimePeriodType()

UnsetTimePeriodType ensures that no value is present for TimePeriodType, not even an explicit nil

GetTimePeriod

func (o *SubscriptionPlanVM) GetTimePeriod() int32

GetTimePeriod returns the TimePeriod field if non-nil, zero value otherwise.

GetTimePeriodOk

func (o *SubscriptionPlanVM) GetTimePeriodOk() (*int32, bool)

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

SetTimePeriod

func (o *SubscriptionPlanVM) SetTimePeriod(v int32)

SetTimePeriod sets TimePeriod field to given value.

HasTimePeriod

func (o *SubscriptionPlanVM) HasTimePeriod() bool

HasTimePeriod returns a boolean if a field has been set.

SetTimePeriodNil

func (o *SubscriptionPlanVM) SetTimePeriodNil(b bool)

SetTimePeriodNil sets the value for TimePeriod to be an explicit nil

UnsetTimePeriod

func (o *SubscriptionPlanVM) UnsetTimePeriod()

UnsetTimePeriod ensures that no value is present for TimePeriod, not even an explicit nil

GetReadonlyTimeLimitType

func (o *SubscriptionPlanVM) GetReadonlyTimeLimitType() TimePeriodType

GetReadonlyTimeLimitType returns the ReadonlyTimeLimitType field if non-nil, zero value otherwise.

GetReadonlyTimeLimitTypeOk

func (o *SubscriptionPlanVM) GetReadonlyTimeLimitTypeOk() (*TimePeriodType, bool)

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

SetReadonlyTimeLimitType

func (o *SubscriptionPlanVM) SetReadonlyTimeLimitType(v TimePeriodType)

SetReadonlyTimeLimitType sets ReadonlyTimeLimitType field to given value.

HasReadonlyTimeLimitType

func (o *SubscriptionPlanVM) HasReadonlyTimeLimitType() bool

HasReadonlyTimeLimitType returns a boolean if a field has been set.

GetReadonlyTimeLimit

func (o *SubscriptionPlanVM) GetReadonlyTimeLimit() int32

GetReadonlyTimeLimit returns the ReadonlyTimeLimit field if non-nil, zero value otherwise.

GetReadonlyTimeLimitOk

func (o *SubscriptionPlanVM) GetReadonlyTimeLimitOk() (*int32, bool)

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

SetReadonlyTimeLimit

func (o *SubscriptionPlanVM) SetReadonlyTimeLimit(v int32)

SetReadonlyTimeLimit sets ReadonlyTimeLimit field to given value.

HasReadonlyTimeLimit

func (o *SubscriptionPlanVM) HasReadonlyTimeLimit() bool

HasReadonlyTimeLimit returns a boolean if a field has been set.

GetTemplatesSpaceLimit

func (o *SubscriptionPlanVM) GetTemplatesSpaceLimit() int64

GetTemplatesSpaceLimit returns the TemplatesSpaceLimit field if non-nil, zero value otherwise.

GetTemplatesSpaceLimitOk

func (o *SubscriptionPlanVM) GetTemplatesSpaceLimitOk() (*int64, bool)

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

SetTemplatesSpaceLimit

func (o *SubscriptionPlanVM) SetTemplatesSpaceLimit(v int64)

SetTemplatesSpaceLimit sets TemplatesSpaceLimit field to given value.

HasTemplatesSpaceLimit

func (o *SubscriptionPlanVM) HasTemplatesSpaceLimit() bool

HasTemplatesSpaceLimit returns a boolean if a field has been set.

SetTemplatesSpaceLimitNil

func (o *SubscriptionPlanVM) SetTemplatesSpaceLimitNil(b bool)

SetTemplatesSpaceLimitNil sets the value for TemplatesSpaceLimit to be an explicit nil

UnsetTemplatesSpaceLimit

func (o *SubscriptionPlanVM) UnsetTemplatesSpaceLimit()

UnsetTemplatesSpaceLimit ensures that no value is present for TemplatesSpaceLimit, not even an explicit nil

GetReportsSpaceLimit

func (o *SubscriptionPlanVM) GetReportsSpaceLimit() int64

GetReportsSpaceLimit returns the ReportsSpaceLimit field if non-nil, zero value otherwise.

GetReportsSpaceLimitOk

func (o *SubscriptionPlanVM) GetReportsSpaceLimitOk() (*int64, bool)

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

SetReportsSpaceLimit

func (o *SubscriptionPlanVM) SetReportsSpaceLimit(v int64)

SetReportsSpaceLimit sets ReportsSpaceLimit field to given value.

HasReportsSpaceLimit

func (o *SubscriptionPlanVM) HasReportsSpaceLimit() bool

HasReportsSpaceLimit returns a boolean if a field has been set.

SetReportsSpaceLimitNil

func (o *SubscriptionPlanVM) SetReportsSpaceLimitNil(b bool)

SetReportsSpaceLimitNil sets the value for ReportsSpaceLimit to be an explicit nil

UnsetReportsSpaceLimit

func (o *SubscriptionPlanVM) UnsetReportsSpaceLimit()

UnsetReportsSpaceLimit ensures that no value is present for ReportsSpaceLimit, not even an explicit nil

GetExportsSpaceLimit

func (o *SubscriptionPlanVM) GetExportsSpaceLimit() int64

GetExportsSpaceLimit returns the ExportsSpaceLimit field if non-nil, zero value otherwise.

GetExportsSpaceLimitOk

func (o *SubscriptionPlanVM) GetExportsSpaceLimitOk() (*int64, bool)

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

SetExportsSpaceLimit

func (o *SubscriptionPlanVM) SetExportsSpaceLimit(v int64)

SetExportsSpaceLimit sets ExportsSpaceLimit field to given value.

HasExportsSpaceLimit

func (o *SubscriptionPlanVM) HasExportsSpaceLimit() bool

HasExportsSpaceLimit returns a boolean if a field has been set.

SetExportsSpaceLimitNil

func (o *SubscriptionPlanVM) SetExportsSpaceLimitNil(b bool)

SetExportsSpaceLimitNil sets the value for ExportsSpaceLimit to be an explicit nil

UnsetExportsSpaceLimit

func (o *SubscriptionPlanVM) UnsetExportsSpaceLimit()

UnsetExportsSpaceLimit ensures that no value is present for ExportsSpaceLimit, not even an explicit nil

GetFileUploadSizeLimit

func (o *SubscriptionPlanVM) GetFileUploadSizeLimit() int64

GetFileUploadSizeLimit returns the FileUploadSizeLimit field if non-nil, zero value otherwise.

GetFileUploadSizeLimitOk

func (o *SubscriptionPlanVM) GetFileUploadSizeLimitOk() (*int64, bool)

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

SetFileUploadSizeLimit

func (o *SubscriptionPlanVM) SetFileUploadSizeLimit(v int64)

SetFileUploadSizeLimit sets FileUploadSizeLimit field to given value.

HasFileUploadSizeLimit

func (o *SubscriptionPlanVM) HasFileUploadSizeLimit() bool

HasFileUploadSizeLimit returns a boolean if a field has been set.

SetFileUploadSizeLimitNil

func (o *SubscriptionPlanVM) SetFileUploadSizeLimitNil(b bool)

SetFileUploadSizeLimitNil sets the value for FileUploadSizeLimit to be an explicit nil

UnsetFileUploadSizeLimit

func (o *SubscriptionPlanVM) UnsetFileUploadSizeLimit()

UnsetFileUploadSizeLimit ensures that no value is present for FileUploadSizeLimit, not even an explicit nil

GetDataSourceLimit

func (o *SubscriptionPlanVM) GetDataSourceLimit() int32

GetDataSourceLimit returns the DataSourceLimit field if non-nil, zero value otherwise.

GetDataSourceLimitOk

func (o *SubscriptionPlanVM) GetDataSourceLimitOk() (*int32, bool)

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

SetDataSourceLimit

func (o *SubscriptionPlanVM) SetDataSourceLimit(v int32)

SetDataSourceLimit sets DataSourceLimit field to given value.

HasDataSourceLimit

func (o *SubscriptionPlanVM) HasDataSourceLimit() bool

HasDataSourceLimit returns a boolean if a field has been set.

SetDataSourceLimitNil

func (o *SubscriptionPlanVM) SetDataSourceLimitNil(b bool)

SetDataSourceLimitNil sets the value for DataSourceLimit to be an explicit nil

UnsetDataSourceLimit

func (o *SubscriptionPlanVM) UnsetDataSourceLimit()

UnsetDataSourceLimit ensures that no value is present for DataSourceLimit, not even an explicit nil

GetMaxUsersCount

func (o *SubscriptionPlanVM) GetMaxUsersCount() int32

GetMaxUsersCount returns the MaxUsersCount field if non-nil, zero value otherwise.

GetMaxUsersCountOk

func (o *SubscriptionPlanVM) GetMaxUsersCountOk() (*int32, bool)

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

SetMaxUsersCount

func (o *SubscriptionPlanVM) SetMaxUsersCount(v int32)

SetMaxUsersCount sets MaxUsersCount field to given value.

HasMaxUsersCount

func (o *SubscriptionPlanVM) HasMaxUsersCount() bool

HasMaxUsersCount returns a boolean if a field has been set.

SetMaxUsersCountNil

func (o *SubscriptionPlanVM) SetMaxUsersCountNil(b bool)

SetMaxUsersCountNil sets the value for MaxUsersCount to be an explicit nil

UnsetMaxUsersCount

func (o *SubscriptionPlanVM) UnsetMaxUsersCount()

UnsetMaxUsersCount ensures that no value is present for MaxUsersCount, not even an explicit nil

GetGroupLimit

func (o *SubscriptionPlanVM) GetGroupLimit() int32

GetGroupLimit returns the GroupLimit field if non-nil, zero value otherwise.

GetGroupLimitOk

func (o *SubscriptionPlanVM) GetGroupLimitOk() (*int32, bool)

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

SetGroupLimit

func (o *SubscriptionPlanVM) SetGroupLimit(v int32)

SetGroupLimit sets GroupLimit field to given value.

HasGroupLimit

func (o *SubscriptionPlanVM) HasGroupLimit() bool

HasGroupLimit returns a boolean if a field has been set.

SetGroupLimitNil

func (o *SubscriptionPlanVM) SetGroupLimitNil(b bool)

SetGroupLimitNil sets the value for GroupLimit to be an explicit nil

UnsetGroupLimit

func (o *SubscriptionPlanVM) UnsetGroupLimit()

UnsetGroupLimit ensures that no value is present for GroupLimit, not even an explicit nil

GetOnlineDesigner

func (o *SubscriptionPlanVM) GetOnlineDesigner() bool

GetOnlineDesigner returns the OnlineDesigner field if non-nil, zero value otherwise.

GetOnlineDesignerOk

func (o *SubscriptionPlanVM) GetOnlineDesignerOk() (*bool, bool)

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

SetOnlineDesigner

func (o *SubscriptionPlanVM) SetOnlineDesigner(v bool)

SetOnlineDesigner sets OnlineDesigner field to given value.

HasOnlineDesigner

func (o *SubscriptionPlanVM) HasOnlineDesigner() bool

HasOnlineDesigner returns a boolean if a field has been set.

SetOnlineDesignerNil

func (o *SubscriptionPlanVM) SetOnlineDesignerNil(b bool)

SetOnlineDesignerNil sets the value for OnlineDesigner to be an explicit nil

UnsetOnlineDesigner

func (o *SubscriptionPlanVM) UnsetOnlineDesigner()

UnsetOnlineDesigner ensures that no value is present for OnlineDesigner, not even an explicit nil

GetIsDemo

func (o *SubscriptionPlanVM) GetIsDemo() bool

GetIsDemo returns the IsDemo field if non-nil, zero value otherwise.

GetIsDemoOk

func (o *SubscriptionPlanVM) GetIsDemoOk() (*bool, bool)

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

SetIsDemo

func (o *SubscriptionPlanVM) SetIsDemo(v bool)

SetIsDemo sets IsDemo field to given value.

HasIsDemo

func (o *SubscriptionPlanVM) HasIsDemo() bool

HasIsDemo returns a boolean if a field has been set.

SetIsDemoNil

func (o *SubscriptionPlanVM) SetIsDemoNil(b bool)

SetIsDemoNil sets the value for IsDemo to be an explicit nil

UnsetIsDemo

func (o *SubscriptionPlanVM) UnsetIsDemo()

UnsetIsDemo ensures that no value is present for IsDemo, not even an explicit nil

GetUrlToBuy

func (o *SubscriptionPlanVM) GetUrlToBuy() string

GetUrlToBuy returns the UrlToBuy field if non-nil, zero value otherwise.

GetUrlToBuyOk

func (o *SubscriptionPlanVM) GetUrlToBuyOk() (*string, bool)

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

SetUrlToBuy

func (o *SubscriptionPlanVM) SetUrlToBuy(v string)

SetUrlToBuy sets UrlToBuy field to given value.

HasUrlToBuy

func (o *SubscriptionPlanVM) HasUrlToBuy() bool

HasUrlToBuy returns a boolean if a field has been set.

SetUrlToBuyNil

func (o *SubscriptionPlanVM) SetUrlToBuyNil(b bool)

SetUrlToBuyNil sets the value for UrlToBuy to be an explicit nil

UnsetUrlToBuy

func (o *SubscriptionPlanVM) UnsetUrlToBuy()

UnsetUrlToBuy ensures that no value is present for UrlToBuy, not even an explicit nil

GetUnlimitedPage

func (o *SubscriptionPlanVM) GetUnlimitedPage() bool

GetUnlimitedPage returns the UnlimitedPage field if non-nil, zero value otherwise.

GetUnlimitedPageOk

func (o *SubscriptionPlanVM) GetUnlimitedPageOk() (*bool, bool)

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

SetUnlimitedPage

func (o *SubscriptionPlanVM) SetUnlimitedPage(v bool)

SetUnlimitedPage sets UnlimitedPage field to given value.

HasUnlimitedPage

func (o *SubscriptionPlanVM) HasUnlimitedPage() bool

HasUnlimitedPage returns a boolean if a field has been set.

GetPageLimit

func (o *SubscriptionPlanVM) GetPageLimit() int32

GetPageLimit returns the PageLimit field if non-nil, zero value otherwise.

GetPageLimitOk

func (o *SubscriptionPlanVM) GetPageLimitOk() (*int32, bool)

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

SetPageLimit

func (o *SubscriptionPlanVM) SetPageLimit(v int32)

SetPageLimit sets PageLimit field to given value.

HasPageLimit

func (o *SubscriptionPlanVM) HasPageLimit() bool

HasPageLimit returns a boolean if a field has been set.

GetTasks

func (o *SubscriptionPlanVM) GetTasks() TaskSettingsVM

GetTasks returns the Tasks field if non-nil, zero value otherwise.

GetTasksOk

func (o *SubscriptionPlanVM) GetTasksOk() (*TaskSettingsVM, bool)

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

SetTasks

func (o *SubscriptionPlanVM) SetTasks(v TaskSettingsVM)

SetTasks sets Tasks field to given value.

HasTasks

func (o *SubscriptionPlanVM) HasTasks() bool

HasTasks returns a boolean if a field has been set.

GetT

func (o *SubscriptionPlanVM) GetT() string

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

GetTOk

func (o *SubscriptionPlanVM) 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 *SubscriptionPlanVM) SetT(v string)

SetT sets T field to given value.

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