Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.49 KB

LifecycleJobResponseAllOfSchedule.md

File metadata and controls

134 lines (73 loc) · 4.49 KB

LifecycleJobResponseAllOfSchedule

Properties

Name Type Description Notes
OnStart Pointer to JobRequestAllOfScheduleOnStart [optional]
OnStop Pointer to JobRequestAllOfScheduleOnStart [optional]
OnDelete Pointer to JobRequestAllOfScheduleOnStart [optional]
LifecycleType Pointer to JobLifecycleTypeEnum [optional]

Methods

NewLifecycleJobResponseAllOfSchedule

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

NewLifecycleJobResponseAllOfScheduleWithDefaults

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

GetOnStart

func (o *LifecycleJobResponseAllOfSchedule) GetOnStart() JobRequestAllOfScheduleOnStart

GetOnStart returns the OnStart field if non-nil, zero value otherwise.

GetOnStartOk

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.

SetOnStart

func (o *LifecycleJobResponseAllOfSchedule) SetOnStart(v JobRequestAllOfScheduleOnStart)

SetOnStart sets OnStart field to given value.

HasOnStart

func (o *LifecycleJobResponseAllOfSchedule) HasOnStart() bool

HasOnStart returns a boolean if a field has been set.

GetOnStop

func (o *LifecycleJobResponseAllOfSchedule) GetOnStop() JobRequestAllOfScheduleOnStart

GetOnStop returns the OnStop field if non-nil, zero value otherwise.

GetOnStopOk

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.

SetOnStop

func (o *LifecycleJobResponseAllOfSchedule) SetOnStop(v JobRequestAllOfScheduleOnStart)

SetOnStop sets OnStop field to given value.

HasOnStop

func (o *LifecycleJobResponseAllOfSchedule) HasOnStop() bool

HasOnStop returns a boolean if a field has been set.

GetOnDelete

func (o *LifecycleJobResponseAllOfSchedule) GetOnDelete() JobRequestAllOfScheduleOnStart

GetOnDelete returns the OnDelete field if non-nil, zero value otherwise.

GetOnDeleteOk

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.

SetOnDelete

func (o *LifecycleJobResponseAllOfSchedule) SetOnDelete(v JobRequestAllOfScheduleOnStart)

SetOnDelete sets OnDelete field to given value.

HasOnDelete

func (o *LifecycleJobResponseAllOfSchedule) HasOnDelete() bool

HasOnDelete returns a boolean if a field has been set.

GetLifecycleType

func (o *LifecycleJobResponseAllOfSchedule) GetLifecycleType() JobLifecycleTypeEnum

GetLifecycleType returns the LifecycleType field if non-nil, zero value otherwise.

GetLifecycleTypeOk

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.

SetLifecycleType

func (o *LifecycleJobResponseAllOfSchedule) SetLifecycleType(v JobLifecycleTypeEnum)

SetLifecycleType sets LifecycleType field to given value.

HasLifecycleType

func (o *LifecycleJobResponseAllOfSchedule) HasLifecycleType() bool

HasLifecycleType returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]