Name | Type | Description | Notes |
---|---|---|---|
Arguments | []string | ||
Entrypoint | Pointer to string | [optional] |
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
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
func (o *JobLifecyleSchedule) GetArguments() []string
GetArguments returns the Arguments field if non-nil, zero value otherwise.
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.
func (o *JobLifecyleSchedule) SetArguments(v []string)
SetArguments sets Arguments field to given value.
func (o *JobLifecyleSchedule) GetEntrypoint() string
GetEntrypoint returns the Entrypoint field if non-nil, zero value otherwise.
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.
func (o *JobLifecyleSchedule) SetEntrypoint(v string)
SetEntrypoint sets Entrypoint field to given value.
func (o *JobLifecyleSchedule) HasEntrypoint() bool
HasEntrypoint returns a boolean if a field has been set.