Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.83 KB

ScheduleConditionOutputRep.md

File metadata and controls

56 lines (31 loc) · 1.83 KB

ScheduleConditionOutputRep

Properties

Name Type Description Notes
ExecutionDate Pointer to int64 [optional]

Methods

NewScheduleConditionOutputRep

func NewScheduleConditionOutputRep() *ScheduleConditionOutputRep

NewScheduleConditionOutputRep instantiates a new ScheduleConditionOutputRep 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

NewScheduleConditionOutputRepWithDefaults

func NewScheduleConditionOutputRepWithDefaults() *ScheduleConditionOutputRep

NewScheduleConditionOutputRepWithDefaults instantiates a new ScheduleConditionOutputRep 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

GetExecutionDate

func (o *ScheduleConditionOutputRep) GetExecutionDate() int64

GetExecutionDate returns the ExecutionDate field if non-nil, zero value otherwise.

GetExecutionDateOk

func (o *ScheduleConditionOutputRep) GetExecutionDateOk() (*int64, bool)

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

SetExecutionDate

func (o *ScheduleConditionOutputRep) SetExecutionDate(v int64)

SetExecutionDate sets ExecutionDate field to given value.

HasExecutionDate

func (o *ScheduleConditionOutputRep) HasExecutionDate() bool

HasExecutionDate returns a boolean if a field has been set.

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