Name | Type | Description | Notes |
---|---|---|---|
RestOfSpace | Pointer to int64 | [optional] | |
SubscriptionPlan | Pointer to SubscriptionPlanVM | [optional] | |
T | string |
func NewRestOfSpaceVM(t string, ) *RestOfSpaceVM
NewRestOfSpaceVM instantiates a new RestOfSpaceVM 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 NewRestOfSpaceVMWithDefaults() *RestOfSpaceVM
NewRestOfSpaceVMWithDefaults instantiates a new RestOfSpaceVM 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 *RestOfSpaceVM) GetRestOfSpace() int64
GetRestOfSpace returns the RestOfSpace field if non-nil, zero value otherwise.
func (o *RestOfSpaceVM) GetRestOfSpaceOk() (*int64, bool)
GetRestOfSpaceOk returns a tuple with the RestOfSpace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestOfSpaceVM) SetRestOfSpace(v int64)
SetRestOfSpace sets RestOfSpace field to given value.
func (o *RestOfSpaceVM) HasRestOfSpace() bool
HasRestOfSpace returns a boolean if a field has been set.
func (o *RestOfSpaceVM) GetSubscriptionPlan() SubscriptionPlanVM
GetSubscriptionPlan returns the SubscriptionPlan field if non-nil, zero value otherwise.
func (o *RestOfSpaceVM) GetSubscriptionPlanOk() (*SubscriptionPlanVM, bool)
GetSubscriptionPlanOk returns a tuple with the SubscriptionPlan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestOfSpaceVM) SetSubscriptionPlan(v SubscriptionPlanVM)
SetSubscriptionPlan sets SubscriptionPlan field to given value.
func (o *RestOfSpaceVM) HasSubscriptionPlan() bool
HasSubscriptionPlan returns a boolean if a field has been set.
func (o *RestOfSpaceVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *RestOfSpaceVM) 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 *RestOfSpaceVM) SetT(v string)
SetT sets T field to given value.