Skip to content

CustomDayModeOpenApiVO

Properties

Name Type Description Notes
DayFri bool Whether to enable Friday of time range profile.
DayMon bool Whether to enable Monday of time range profile.
DaySat bool Whether to enable Saturday of time range profile.
DaySun bool Whether to enable Sunday of time range profile.
DayThu bool Whether to enable Thursday of time range profile.
DayTue bool Whether to enable Tuesday of time range profile.
DayWed bool Whether to enable Wednesday of time range profile.

Methods

NewCustomDayModeOpenApiVO

func NewCustomDayModeOpenApiVO(dayFri bool, dayMon bool, daySat bool, daySun bool, dayThu bool, dayTue bool, dayWed bool, ) *CustomDayModeOpenApiVO

NewCustomDayModeOpenApiVO instantiates a new CustomDayModeOpenApiVO 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

NewCustomDayModeOpenApiVOWithDefaults

func NewCustomDayModeOpenApiVOWithDefaults() *CustomDayModeOpenApiVO

NewCustomDayModeOpenApiVOWithDefaults instantiates a new CustomDayModeOpenApiVO 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

GetDayFri

func (o *CustomDayModeOpenApiVO) GetDayFri() bool

GetDayFri returns the DayFri field if non-nil, zero value otherwise.

GetDayFriOk

func (o *CustomDayModeOpenApiVO) GetDayFriOk() (*bool, bool)

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

SetDayFri

func (o *CustomDayModeOpenApiVO) SetDayFri(v bool)

SetDayFri sets DayFri field to given value.

GetDayMon

func (o *CustomDayModeOpenApiVO) GetDayMon() bool

GetDayMon returns the DayMon field if non-nil, zero value otherwise.

GetDayMonOk

func (o *CustomDayModeOpenApiVO) GetDayMonOk() (*bool, bool)

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

SetDayMon

func (o *CustomDayModeOpenApiVO) SetDayMon(v bool)

SetDayMon sets DayMon field to given value.

GetDaySat

func (o *CustomDayModeOpenApiVO) GetDaySat() bool

GetDaySat returns the DaySat field if non-nil, zero value otherwise.

GetDaySatOk

func (o *CustomDayModeOpenApiVO) GetDaySatOk() (*bool, bool)

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

SetDaySat

func (o *CustomDayModeOpenApiVO) SetDaySat(v bool)

SetDaySat sets DaySat field to given value.

GetDaySun

func (o *CustomDayModeOpenApiVO) GetDaySun() bool

GetDaySun returns the DaySun field if non-nil, zero value otherwise.

GetDaySunOk

func (o *CustomDayModeOpenApiVO) GetDaySunOk() (*bool, bool)

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

SetDaySun

func (o *CustomDayModeOpenApiVO) SetDaySun(v bool)

SetDaySun sets DaySun field to given value.

GetDayThu

func (o *CustomDayModeOpenApiVO) GetDayThu() bool

GetDayThu returns the DayThu field if non-nil, zero value otherwise.

GetDayThuOk

func (o *CustomDayModeOpenApiVO) GetDayThuOk() (*bool, bool)

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

SetDayThu

func (o *CustomDayModeOpenApiVO) SetDayThu(v bool)

SetDayThu sets DayThu field to given value.

GetDayTue

func (o *CustomDayModeOpenApiVO) GetDayTue() bool

GetDayTue returns the DayTue field if non-nil, zero value otherwise.

GetDayTueOk

func (o *CustomDayModeOpenApiVO) GetDayTueOk() (*bool, bool)

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

SetDayTue

func (o *CustomDayModeOpenApiVO) SetDayTue(v bool)

SetDayTue sets DayTue field to given value.

GetDayWed

func (o *CustomDayModeOpenApiVO) GetDayWed() bool

GetDayWed returns the DayWed field if non-nil, zero value otherwise.

GetDayWedOk

func (o *CustomDayModeOpenApiVO) GetDayWedOk() (*bool, bool)

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

SetDayWed

func (o *CustomDayModeOpenApiVO) SetDayWed(v bool)

SetDayWed sets DayWed field to given value.

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