Name | Type | Description | Notes |
---|---|---|---|
Plan | UpdateSubscriptionPlanVM | ||
Start | Pointer to NullableTime | [optional] | |
End | Pointer to NullableTime | [optional] | |
T | string |
func NewAdminUpdateCurrentSubscriptionPlanVM(plan UpdateSubscriptionPlanVM, t string, ) *AdminUpdateCurrentSubscriptionPlanVM
NewAdminUpdateCurrentSubscriptionPlanVM instantiates a new AdminUpdateCurrentSubscriptionPlanVM 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 NewAdminUpdateCurrentSubscriptionPlanVMWithDefaults() *AdminUpdateCurrentSubscriptionPlanVM
NewAdminUpdateCurrentSubscriptionPlanVMWithDefaults instantiates a new AdminUpdateCurrentSubscriptionPlanVM 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 *AdminUpdateCurrentSubscriptionPlanVM) GetPlan() UpdateSubscriptionPlanVM
GetPlan returns the Plan field if non-nil, zero value otherwise.
func (o *AdminUpdateCurrentSubscriptionPlanVM) GetPlanOk() (*UpdateSubscriptionPlanVM, bool)
GetPlanOk returns a tuple with the Plan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdminUpdateCurrentSubscriptionPlanVM) SetPlan(v UpdateSubscriptionPlanVM)
SetPlan sets Plan field to given value.
func (o *AdminUpdateCurrentSubscriptionPlanVM) GetStart() time.Time
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *AdminUpdateCurrentSubscriptionPlanVM) GetStartOk() (*time.Time, bool)
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdminUpdateCurrentSubscriptionPlanVM) SetStart(v time.Time)
SetStart sets Start field to given value.
func (o *AdminUpdateCurrentSubscriptionPlanVM) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *AdminUpdateCurrentSubscriptionPlanVM) SetStartNil(b bool)
SetStartNil sets the value for Start to be an explicit nil
func (o *AdminUpdateCurrentSubscriptionPlanVM) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
func (o *AdminUpdateCurrentSubscriptionPlanVM) GetEnd() time.Time
GetEnd returns the End field if non-nil, zero value otherwise.
func (o *AdminUpdateCurrentSubscriptionPlanVM) GetEndOk() (*time.Time, bool)
GetEndOk returns a tuple with the End field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdminUpdateCurrentSubscriptionPlanVM) SetEnd(v time.Time)
SetEnd sets End field to given value.
func (o *AdminUpdateCurrentSubscriptionPlanVM) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (o *AdminUpdateCurrentSubscriptionPlanVM) SetEndNil(b bool)
SetEndNil sets the value for End to be an explicit nil
func (o *AdminUpdateCurrentSubscriptionPlanVM) UnsetEnd()
UnsetEnd ensures that no value is present for End, not even an explicit nil
func (o *AdminUpdateCurrentSubscriptionPlanVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *AdminUpdateCurrentSubscriptionPlanVM) 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 *AdminUpdateCurrentSubscriptionPlanVM) SetT(v string)
SetT sets T field to given value.