Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.23 KB

JobLifecyleSchedule.md

File metadata and controls

77 lines (42 loc) · 2.23 KB

JobLifecyleSchedule

Properties

Name Type Description Notes
Arguments []string
Entrypoint Pointer to string [optional]

Methods

NewJobLifecyleSchedule

func NewJobLifecyleSchedule(arguments []string, ) *JobLifecyleSchedule

NewJobLifecyleSchedule instantiates a new JobLifecyleSchedule 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

NewJobLifecyleScheduleWithDefaults

func NewJobLifecyleScheduleWithDefaults() *JobLifecyleSchedule

NewJobLifecyleScheduleWithDefaults instantiates a new JobLifecyleSchedule 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

GetArguments

func (o *JobLifecyleSchedule) GetArguments() []string

GetArguments returns the Arguments field if non-nil, zero value otherwise.

GetArgumentsOk

func (o *JobLifecyleSchedule) GetArgumentsOk() (*[]string, bool)

GetArgumentsOk returns a tuple with the Arguments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetArguments

func (o *JobLifecyleSchedule) SetArguments(v []string)

SetArguments sets Arguments field to given value.

GetEntrypoint

func (o *JobLifecyleSchedule) GetEntrypoint() string

GetEntrypoint returns the Entrypoint field if non-nil, zero value otherwise.

GetEntrypointOk

func (o *JobLifecyleSchedule) GetEntrypointOk() (*string, bool)

GetEntrypointOk returns a tuple with the Entrypoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEntrypoint

func (o *JobLifecyleSchedule) SetEntrypoint(v string)

SetEntrypoint sets Entrypoint field to given value.

HasEntrypoint

func (o *JobLifecyleSchedule) HasEntrypoint() bool

HasEntrypoint returns a boolean if a field has been set.

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