Name | Type | Description | Notes |
---|---|---|---|
OnStart | Pointer to JobRequestAllOfScheduleOnStart | [optional] | |
OnStop | Pointer to JobRequestAllOfScheduleOnStart | [optional] | |
OnDelete | Pointer to JobRequestAllOfScheduleOnStart | [optional] | |
LifecycleType | Pointer to JobLifecycleTypeEnum | [optional] |
func NewLifecycleJobResponseAllOfSchedule() *LifecycleJobResponseAllOfSchedule
NewLifecycleJobResponseAllOfSchedule instantiates a new LifecycleJobResponseAllOfSchedule 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 NewLifecycleJobResponseAllOfScheduleWithDefaults() *LifecycleJobResponseAllOfSchedule
NewLifecycleJobResponseAllOfScheduleWithDefaults instantiates a new LifecycleJobResponseAllOfSchedule 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 *LifecycleJobResponseAllOfSchedule) GetOnStart() JobRequestAllOfScheduleOnStart
GetOnStart returns the OnStart field if non-nil, zero value otherwise.
func (o *LifecycleJobResponseAllOfSchedule) 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 *LifecycleJobResponseAllOfSchedule) SetOnStart(v JobRequestAllOfScheduleOnStart)
SetOnStart sets OnStart field to given value.
func (o *LifecycleJobResponseAllOfSchedule) HasOnStart() bool
HasOnStart returns a boolean if a field has been set.
func (o *LifecycleJobResponseAllOfSchedule) GetOnStop() JobRequestAllOfScheduleOnStart
GetOnStop returns the OnStop field if non-nil, zero value otherwise.
func (o *LifecycleJobResponseAllOfSchedule) 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 *LifecycleJobResponseAllOfSchedule) SetOnStop(v JobRequestAllOfScheduleOnStart)
SetOnStop sets OnStop field to given value.
func (o *LifecycleJobResponseAllOfSchedule) HasOnStop() bool
HasOnStop returns a boolean if a field has been set.
func (o *LifecycleJobResponseAllOfSchedule) GetOnDelete() JobRequestAllOfScheduleOnStart
GetOnDelete returns the OnDelete field if non-nil, zero value otherwise.
func (o *LifecycleJobResponseAllOfSchedule) 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 *LifecycleJobResponseAllOfSchedule) SetOnDelete(v JobRequestAllOfScheduleOnStart)
SetOnDelete sets OnDelete field to given value.
func (o *LifecycleJobResponseAllOfSchedule) HasOnDelete() bool
HasOnDelete returns a boolean if a field has been set.
func (o *LifecycleJobResponseAllOfSchedule) GetLifecycleType() JobLifecycleTypeEnum
GetLifecycleType returns the LifecycleType field if non-nil, zero value otherwise.
func (o *LifecycleJobResponseAllOfSchedule) 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 *LifecycleJobResponseAllOfSchedule) SetLifecycleType(v JobLifecycleTypeEnum)
SetLifecycleType sets LifecycleType field to given value.
func (o *LifecycleJobResponseAllOfSchedule) HasLifecycleType() bool
HasLifecycleType returns a boolean if a field has been set.