Name | Type | Description | Notes |
---|---|---|---|
CronExpression | Pointer to NullableString | [optional] | |
StartsOn | Pointer to NullableTime | [optional] | |
Ends | Pointer to CreateTaskEndVM | [optional] | |
Name | Pointer to NullableString | [optional] | |
SubscriptionId | Pointer to NullableString | [optional] | |
T | string |
func NewCreateTaskBaseVM(t string, ) *CreateTaskBaseVM
NewCreateTaskBaseVM instantiates a new CreateTaskBaseVM 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 NewCreateTaskBaseVMWithDefaults() *CreateTaskBaseVM
NewCreateTaskBaseVMWithDefaults instantiates a new CreateTaskBaseVM 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 *CreateTaskBaseVM) GetCronExpression() string
GetCronExpression returns the CronExpression field if non-nil, zero value otherwise.
func (o *CreateTaskBaseVM) GetCronExpressionOk() (*string, bool)
GetCronExpressionOk returns a tuple with the CronExpression field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTaskBaseVM) SetCronExpression(v string)
SetCronExpression sets CronExpression field to given value.
func (o *CreateTaskBaseVM) HasCronExpression() bool
HasCronExpression returns a boolean if a field has been set.
func (o *CreateTaskBaseVM) SetCronExpressionNil(b bool)
SetCronExpressionNil sets the value for CronExpression to be an explicit nil
func (o *CreateTaskBaseVM) UnsetCronExpression()
UnsetCronExpression ensures that no value is present for CronExpression, not even an explicit nil
func (o *CreateTaskBaseVM) GetStartsOn() time.Time
GetStartsOn returns the StartsOn field if non-nil, zero value otherwise.
func (o *CreateTaskBaseVM) GetStartsOnOk() (*time.Time, bool)
GetStartsOnOk returns a tuple with the StartsOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTaskBaseVM) SetStartsOn(v time.Time)
SetStartsOn sets StartsOn field to given value.
func (o *CreateTaskBaseVM) HasStartsOn() bool
HasStartsOn returns a boolean if a field has been set.
func (o *CreateTaskBaseVM) SetStartsOnNil(b bool)
SetStartsOnNil sets the value for StartsOn to be an explicit nil
func (o *CreateTaskBaseVM) UnsetStartsOn()
UnsetStartsOn ensures that no value is present for StartsOn, not even an explicit nil
func (o *CreateTaskBaseVM) GetEnds() CreateTaskEndVM
GetEnds returns the Ends field if non-nil, zero value otherwise.
func (o *CreateTaskBaseVM) GetEndsOk() (*CreateTaskEndVM, bool)
GetEndsOk returns a tuple with the Ends field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTaskBaseVM) SetEnds(v CreateTaskEndVM)
SetEnds sets Ends field to given value.
func (o *CreateTaskBaseVM) HasEnds() bool
HasEnds returns a boolean if a field has been set.
func (o *CreateTaskBaseVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateTaskBaseVM) 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 *CreateTaskBaseVM) SetName(v string)
SetName sets Name field to given value.
func (o *CreateTaskBaseVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CreateTaskBaseVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *CreateTaskBaseVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *CreateTaskBaseVM) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
func (o *CreateTaskBaseVM) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTaskBaseVM) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *CreateTaskBaseVM) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (o *CreateTaskBaseVM) SetSubscriptionIdNil(b bool)
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (o *CreateTaskBaseVM) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (o *CreateTaskBaseVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *CreateTaskBaseVM) 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 *CreateTaskBaseVM) SetT(v string)
SetT sets T field to given value.