Name | Type | Description | Notes |
---|---|---|---|
OnStart | Pointer to JobRequestAllOfScheduleOnStart | [optional] | |
OnStop | Pointer to JobRequestAllOfScheduleOnStart | [optional] | |
OnDelete | Pointer to JobRequestAllOfScheduleOnStart | [optional] | |
Cronjob | Pointer to JobRequestAllOfScheduleCronjob | [optional] | |
LifecycleType | Pointer to JobLifecycleTypeEnum | [optional] |
func NewJobRequestAllOfSchedule() *JobRequestAllOfSchedule
NewJobRequestAllOfSchedule instantiates a new JobRequestAllOfSchedule 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 NewJobRequestAllOfScheduleWithDefaults() *JobRequestAllOfSchedule
NewJobRequestAllOfScheduleWithDefaults instantiates a new JobRequestAllOfSchedule 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 *JobRequestAllOfSchedule) GetOnStart() JobRequestAllOfScheduleOnStart
GetOnStart returns the OnStart field if non-nil, zero value otherwise.
func (o *JobRequestAllOfSchedule) GetOnStartOk() (*JobRequestAllOfScheduleOnStart, bool)
GetOnStartOk returns a tuple with the OnStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JobRequestAllOfSchedule) SetOnStart(v JobRequestAllOfScheduleOnStart)
SetOnStart sets OnStart field to given value.
func (o *JobRequestAllOfSchedule) HasOnStart() bool
HasOnStart returns a boolean if a field has been set.
func (o *JobRequestAllOfSchedule) GetOnStop() JobRequestAllOfScheduleOnStart
GetOnStop returns the OnStop field if non-nil, zero value otherwise.
func (o *JobRequestAllOfSchedule) GetOnStopOk() (*JobRequestAllOfScheduleOnStart, bool)
GetOnStopOk returns a tuple with the OnStop field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JobRequestAllOfSchedule) SetOnStop(v JobRequestAllOfScheduleOnStart)
SetOnStop sets OnStop field to given value.
func (o *JobRequestAllOfSchedule) HasOnStop() bool
HasOnStop returns a boolean if a field has been set.
func (o *JobRequestAllOfSchedule) GetOnDelete() JobRequestAllOfScheduleOnStart
GetOnDelete returns the OnDelete field if non-nil, zero value otherwise.
func (o *JobRequestAllOfSchedule) GetOnDeleteOk() (*JobRequestAllOfScheduleOnStart, bool)
GetOnDeleteOk returns a tuple with the OnDelete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JobRequestAllOfSchedule) SetOnDelete(v JobRequestAllOfScheduleOnStart)
SetOnDelete sets OnDelete field to given value.
func (o *JobRequestAllOfSchedule) HasOnDelete() bool
HasOnDelete returns a boolean if a field has been set.
func (o *JobRequestAllOfSchedule) GetCronjob() JobRequestAllOfScheduleCronjob
GetCronjob returns the Cronjob field if non-nil, zero value otherwise.
func (o *JobRequestAllOfSchedule) GetCronjobOk() (*JobRequestAllOfScheduleCronjob, bool)
GetCronjobOk returns a tuple with the Cronjob field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JobRequestAllOfSchedule) SetCronjob(v JobRequestAllOfScheduleCronjob)
SetCronjob sets Cronjob field to given value.
func (o *JobRequestAllOfSchedule) HasCronjob() bool
HasCronjob returns a boolean if a field has been set.
func (o *JobRequestAllOfSchedule) GetLifecycleType() JobLifecycleTypeEnum
GetLifecycleType returns the LifecycleType field if non-nil, zero value otherwise.
func (o *JobRequestAllOfSchedule) GetLifecycleTypeOk() (*JobLifecycleTypeEnum, bool)
GetLifecycleTypeOk returns a tuple with the LifecycleType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JobRequestAllOfSchedule) SetLifecycleType(v JobLifecycleTypeEnum)
SetLifecycleType sets LifecycleType field to given value.
func (o *JobRequestAllOfSchedule) HasLifecycleType() bool
HasLifecycleType returns a boolean if a field has been set.