Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.56 KB

File metadata and controls

160 lines (87 loc) · 4.56 KB

CiScheduledStartConditionSchedule

Properties

Name Type Description Notes
Frequency Pointer to string [optional]
Days Pointer to []string [optional]
Hour Pointer to int32 [optional]
Minute Pointer to int32 [optional]
Timezone Pointer to string [optional]

Methods

NewCiScheduledStartConditionSchedule

func NewCiScheduledStartConditionSchedule() *CiScheduledStartConditionSchedule

NewCiScheduledStartConditionSchedule instantiates a new CiScheduledStartConditionSchedule 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

NewCiScheduledStartConditionScheduleWithDefaults

func NewCiScheduledStartConditionScheduleWithDefaults() *CiScheduledStartConditionSchedule

NewCiScheduledStartConditionScheduleWithDefaults instantiates a new CiScheduledStartConditionSchedule 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

GetFrequency

func (o *CiScheduledStartConditionSchedule) GetFrequency() string

GetFrequency returns the Frequency field if non-nil, zero value otherwise.

GetFrequencyOk

func (o *CiScheduledStartConditionSchedule) GetFrequencyOk() (*string, bool)

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

SetFrequency

func (o *CiScheduledStartConditionSchedule) SetFrequency(v string)

SetFrequency sets Frequency field to given value.

HasFrequency

func (o *CiScheduledStartConditionSchedule) HasFrequency() bool

HasFrequency returns a boolean if a field has been set.

GetDays

func (o *CiScheduledStartConditionSchedule) GetDays() []string

GetDays returns the Days field if non-nil, zero value otherwise.

GetDaysOk

func (o *CiScheduledStartConditionSchedule) GetDaysOk() (*[]string, bool)

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

SetDays

func (o *CiScheduledStartConditionSchedule) SetDays(v []string)

SetDays sets Days field to given value.

HasDays

func (o *CiScheduledStartConditionSchedule) HasDays() bool

HasDays returns a boolean if a field has been set.

GetHour

func (o *CiScheduledStartConditionSchedule) GetHour() int32

GetHour returns the Hour field if non-nil, zero value otherwise.

GetHourOk

func (o *CiScheduledStartConditionSchedule) GetHourOk() (*int32, bool)

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

SetHour

func (o *CiScheduledStartConditionSchedule) SetHour(v int32)

SetHour sets Hour field to given value.

HasHour

func (o *CiScheduledStartConditionSchedule) HasHour() bool

HasHour returns a boolean if a field has been set.

GetMinute

func (o *CiScheduledStartConditionSchedule) GetMinute() int32

GetMinute returns the Minute field if non-nil, zero value otherwise.

GetMinuteOk

func (o *CiScheduledStartConditionSchedule) GetMinuteOk() (*int32, bool)

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

SetMinute

func (o *CiScheduledStartConditionSchedule) SetMinute(v int32)

SetMinute sets Minute field to given value.

HasMinute

func (o *CiScheduledStartConditionSchedule) HasMinute() bool

HasMinute returns a boolean if a field has been set.

GetTimezone

func (o *CiScheduledStartConditionSchedule) GetTimezone() string

GetTimezone returns the Timezone field if non-nil, zero value otherwise.

GetTimezoneOk

func (o *CiScheduledStartConditionSchedule) GetTimezoneOk() (*string, bool)

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

SetTimezone

func (o *CiScheduledStartConditionSchedule) SetTimezone(v string)

SetTimezone sets Timezone field to given value.

HasTimezone

func (o *CiScheduledStartConditionSchedule) HasTimezone() bool

HasTimezone returns a boolean if a field has been set.

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