Name | Type | Description | Notes |
---|---|---|---|
Frequency | string | Frequency of execution | |
TimeZone | Pointer to string | Time zone identifier | [optional] |
CronString | Pointer to string | [optional] | |
WeeklyDays | Pointer to []string | Scheduled days of the week for execution | [optional] |
WeeklyTimes | Pointer to []string | Scheduled execution times | [optional] |
func NewScheduledAttributes(frequency string, ) *ScheduledAttributes
NewScheduledAttributes instantiates a new ScheduledAttributes 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 NewScheduledAttributesWithDefaults() *ScheduledAttributes
NewScheduledAttributesWithDefaults instantiates a new ScheduledAttributes 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 *ScheduledAttributes) GetFrequency() string
GetFrequency returns the Frequency field if non-nil, zero value otherwise.
func (o *ScheduledAttributes) 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 *ScheduledAttributes) SetFrequency(v string)
SetFrequency sets Frequency field to given value.
func (o *ScheduledAttributes) GetTimeZone() string
GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.
func (o *ScheduledAttributes) 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 *ScheduledAttributes) SetTimeZone(v string)
SetTimeZone sets TimeZone field to given value.
func (o *ScheduledAttributes) HasTimeZone() bool
HasTimeZone returns a boolean if a field has been set.
func (o *ScheduledAttributes) GetCronString() string
GetCronString returns the CronString field if non-nil, zero value otherwise.
func (o *ScheduledAttributes) GetCronStringOk() (*string, bool)
GetCronStringOk returns a tuple with the CronString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduledAttributes) SetCronString(v string)
SetCronString sets CronString field to given value.
func (o *ScheduledAttributes) HasCronString() bool
HasCronString returns a boolean if a field has been set.
func (o *ScheduledAttributes) GetWeeklyDays() []string
GetWeeklyDays returns the WeeklyDays field if non-nil, zero value otherwise.
func (o *ScheduledAttributes) GetWeeklyDaysOk() (*[]string, bool)
GetWeeklyDaysOk returns a tuple with the WeeklyDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduledAttributes) SetWeeklyDays(v []string)
SetWeeklyDays sets WeeklyDays field to given value.
func (o *ScheduledAttributes) HasWeeklyDays() bool
HasWeeklyDays returns a boolean if a field has been set.
func (o *ScheduledAttributes) GetWeeklyTimes() []string
GetWeeklyTimes returns the WeeklyTimes field if non-nil, zero value otherwise.
func (o *ScheduledAttributes) GetWeeklyTimesOk() (*[]string, bool)
GetWeeklyTimesOk returns a tuple with the WeeklyTimes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduledAttributes) SetWeeklyTimes(v []string)
SetWeeklyTimes sets WeeklyTimes field to given value.
func (o *ScheduledAttributes) HasWeeklyTimes() bool
HasWeeklyTimes returns a boolean if a field has been set.