| 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] |
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
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
func (o *CiScheduledStartConditionSchedule) GetFrequency() string
GetFrequency returns the Frequency field if non-nil, zero value otherwise.
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.
func (o *CiScheduledStartConditionSchedule) SetFrequency(v string)
SetFrequency sets Frequency field to given value.
func (o *CiScheduledStartConditionSchedule) HasFrequency() bool
HasFrequency returns a boolean if a field has been set.
func (o *CiScheduledStartConditionSchedule) GetDays() []string
GetDays returns the Days field if non-nil, zero value otherwise.
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.
func (o *CiScheduledStartConditionSchedule) SetDays(v []string)
SetDays sets Days field to given value.
func (o *CiScheduledStartConditionSchedule) HasDays() bool
HasDays returns a boolean if a field has been set.
func (o *CiScheduledStartConditionSchedule) GetHour() int32
GetHour returns the Hour field if non-nil, zero value otherwise.
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.
func (o *CiScheduledStartConditionSchedule) SetHour(v int32)
SetHour sets Hour field to given value.
func (o *CiScheduledStartConditionSchedule) HasHour() bool
HasHour returns a boolean if a field has been set.
func (o *CiScheduledStartConditionSchedule) GetMinute() int32
GetMinute returns the Minute field if non-nil, zero value otherwise.
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.
func (o *CiScheduledStartConditionSchedule) SetMinute(v int32)
SetMinute sets Minute field to given value.
func (o *CiScheduledStartConditionSchedule) HasMinute() bool
HasMinute returns a boolean if a field has been set.
func (o *CiScheduledStartConditionSchedule) GetTimezone() string
GetTimezone returns the Timezone field if non-nil, zero value otherwise.
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.
func (o *CiScheduledStartConditionSchedule) SetTimezone(v string)
SetTimezone sets Timezone field to given value.
func (o *CiScheduledStartConditionSchedule) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.