Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.91 KB

Schedule1Days.md

File metadata and controls

108 lines (59 loc) · 2.91 KB

Schedule1Days

Properties

Name Type Description Notes
Type SelectorType
Values []string The selected values.
Interval Pointer to NullableInt32 The selected interval for RANGE selectors. [optional]

Methods

NewSchedule1Days

func NewSchedule1Days(type_ SelectorType, values []string, ) *Schedule1Days

NewSchedule1Days instantiates a new Schedule1Days 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

NewSchedule1DaysWithDefaults

func NewSchedule1DaysWithDefaults() *Schedule1Days

NewSchedule1DaysWithDefaults instantiates a new Schedule1Days 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

GetType

func (o *Schedule1Days) GetType() SelectorType

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *Schedule1Days) GetTypeOk() (*SelectorType, bool)

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

SetType

func (o *Schedule1Days) SetType(v SelectorType)

SetType sets Type field to given value.

GetValues

func (o *Schedule1Days) GetValues() []string

GetValues returns the Values field if non-nil, zero value otherwise.

GetValuesOk

func (o *Schedule1Days) GetValuesOk() (*[]string, bool)

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

SetValues

func (o *Schedule1Days) SetValues(v []string)

SetValues sets Values field to given value.

GetInterval

func (o *Schedule1Days) GetInterval() int32

GetInterval returns the Interval field if non-nil, zero value otherwise.

GetIntervalOk

func (o *Schedule1Days) GetIntervalOk() (*int32, bool)

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

SetInterval

func (o *Schedule1Days) SetInterval(v int32)

SetInterval sets Interval field to given value.

HasInterval

func (o *Schedule1Days) HasInterval() bool

HasInterval returns a boolean if a field has been set.

SetIntervalNil

func (o *Schedule1Days) SetIntervalNil(b bool)

SetIntervalNil sets the value for Interval to be an explicit nil

UnsetInterval

func (o *Schedule1Days) UnsetInterval()

UnsetInterval ensures that no value is present for Interval, not even an explicit nil

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