Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.81 KB

CronJobResponseAllOfSchedule.md

File metadata and controls

51 lines (28 loc) · 1.81 KB

CronJobResponseAllOfSchedule

Properties

Name Type Description Notes
Cronjob CronJobResponseAllOfScheduleCronjob

Methods

NewCronJobResponseAllOfSchedule

func NewCronJobResponseAllOfSchedule(cronjob CronJobResponseAllOfScheduleCronjob, ) *CronJobResponseAllOfSchedule

NewCronJobResponseAllOfSchedule instantiates a new CronJobResponseAllOfSchedule 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

NewCronJobResponseAllOfScheduleWithDefaults

func NewCronJobResponseAllOfScheduleWithDefaults() *CronJobResponseAllOfSchedule

NewCronJobResponseAllOfScheduleWithDefaults instantiates a new CronJobResponseAllOfSchedule 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

GetCronjob

func (o *CronJobResponseAllOfSchedule) GetCronjob() CronJobResponseAllOfScheduleCronjob

GetCronjob returns the Cronjob field if non-nil, zero value otherwise.

GetCronjobOk

func (o *CronJobResponseAllOfSchedule) GetCronjobOk() (*CronJobResponseAllOfScheduleCronjob, 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.

SetCronjob

func (o *CronJobResponseAllOfSchedule) SetCronjob(v CronJobResponseAllOfScheduleCronjob)

SetCronjob sets Cronjob field to given value.

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