Name | Type | Description | Notes |
---|---|---|---|
CronExpression | Pointer to NullableString | [optional] | |
StartsOn | Pointer to NullableTime | [optional] | |
Ends | Pointer to TaskEnd | [optional] | |
Id | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
RecurrentRunTime | Pointer to NullableTime | [optional] | |
RecurrentWasRunTime | Pointer to NullableTime | [optional] | |
SubscriptionId | Pointer to NullableString | [optional] | |
T | string |
func NewTaskBaseVM(t string, ) *TaskBaseVM
NewTaskBaseVM instantiates a new TaskBaseVM 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 NewTaskBaseVMWithDefaults() *TaskBaseVM
NewTaskBaseVMWithDefaults instantiates a new TaskBaseVM 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 *TaskBaseVM) GetCronExpression() string
GetCronExpression returns the CronExpression field if non-nil, zero value otherwise.
func (o *TaskBaseVM) 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 *TaskBaseVM) SetCronExpression(v string)
SetCronExpression sets CronExpression field to given value.
func (o *TaskBaseVM) HasCronExpression() bool
HasCronExpression returns a boolean if a field has been set.
func (o *TaskBaseVM) SetCronExpressionNil(b bool)
SetCronExpressionNil sets the value for CronExpression to be an explicit nil
func (o *TaskBaseVM) UnsetCronExpression()
UnsetCronExpression ensures that no value is present for CronExpression, not even an explicit nil
func (o *TaskBaseVM) GetStartsOn() time.Time
GetStartsOn returns the StartsOn field if non-nil, zero value otherwise.
func (o *TaskBaseVM) 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 *TaskBaseVM) SetStartsOn(v time.Time)
SetStartsOn sets StartsOn field to given value.
func (o *TaskBaseVM) HasStartsOn() bool
HasStartsOn returns a boolean if a field has been set.
func (o *TaskBaseVM) SetStartsOnNil(b bool)
SetStartsOnNil sets the value for StartsOn to be an explicit nil
func (o *TaskBaseVM) UnsetStartsOn()
UnsetStartsOn ensures that no value is present for StartsOn, not even an explicit nil
func (o *TaskBaseVM) GetEnds() TaskEnd
GetEnds returns the Ends field if non-nil, zero value otherwise.
func (o *TaskBaseVM) GetEndsOk() (*TaskEnd, 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 *TaskBaseVM) SetEnds(v TaskEnd)
SetEnds sets Ends field to given value.
func (o *TaskBaseVM) HasEnds() bool
HasEnds returns a boolean if a field has been set.
func (o *TaskBaseVM) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TaskBaseVM) 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 *TaskBaseVM) SetId(v string)
SetId sets Id field to given value.
func (o *TaskBaseVM) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TaskBaseVM) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *TaskBaseVM) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *TaskBaseVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TaskBaseVM) 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 *TaskBaseVM) SetName(v string)
SetName sets Name field to given value.
func (o *TaskBaseVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *TaskBaseVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *TaskBaseVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *TaskBaseVM) GetRecurrentRunTime() time.Time
GetRecurrentRunTime returns the RecurrentRunTime field if non-nil, zero value otherwise.
func (o *TaskBaseVM) GetRecurrentRunTimeOk() (*time.Time, bool)
GetRecurrentRunTimeOk returns a tuple with the RecurrentRunTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskBaseVM) SetRecurrentRunTime(v time.Time)
SetRecurrentRunTime sets RecurrentRunTime field to given value.
func (o *TaskBaseVM) HasRecurrentRunTime() bool
HasRecurrentRunTime returns a boolean if a field has been set.
func (o *TaskBaseVM) SetRecurrentRunTimeNil(b bool)
SetRecurrentRunTimeNil sets the value for RecurrentRunTime to be an explicit nil
func (o *TaskBaseVM) UnsetRecurrentRunTime()
UnsetRecurrentRunTime ensures that no value is present for RecurrentRunTime, not even an explicit nil
func (o *TaskBaseVM) GetRecurrentWasRunTime() time.Time
GetRecurrentWasRunTime returns the RecurrentWasRunTime field if non-nil, zero value otherwise.
func (o *TaskBaseVM) GetRecurrentWasRunTimeOk() (*time.Time, bool)
GetRecurrentWasRunTimeOk returns a tuple with the RecurrentWasRunTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskBaseVM) SetRecurrentWasRunTime(v time.Time)
SetRecurrentWasRunTime sets RecurrentWasRunTime field to given value.
func (o *TaskBaseVM) HasRecurrentWasRunTime() bool
HasRecurrentWasRunTime returns a boolean if a field has been set.
func (o *TaskBaseVM) SetRecurrentWasRunTimeNil(b bool)
SetRecurrentWasRunTimeNil sets the value for RecurrentWasRunTime to be an explicit nil
func (o *TaskBaseVM) UnsetRecurrentWasRunTime()
UnsetRecurrentWasRunTime ensures that no value is present for RecurrentWasRunTime, not even an explicit nil
func (o *TaskBaseVM) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
func (o *TaskBaseVM) 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 *TaskBaseVM) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *TaskBaseVM) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (o *TaskBaseVM) SetSubscriptionIdNil(b bool)
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (o *TaskBaseVM) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (o *TaskBaseVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *TaskBaseVM) 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 *TaskBaseVM) SetT(v string)
SetT sets T field to given value.