Name | Type | Description | Notes |
---|---|---|---|
Timezone | Pointer to string | Timezone of your community to determine midnight. | [optional] [default to "Europe/Paris"] |
MidnightOffset | Pointer to int32 | Hours added to midnight at the selected timezone. 8 = 8:00 in the morning. | [optional] [default to 0] |
func NewAlmanaxWebhookDailySettings() *AlmanaxWebhookDailySettings
NewAlmanaxWebhookDailySettings instantiates a new AlmanaxWebhookDailySettings 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 NewAlmanaxWebhookDailySettingsWithDefaults() *AlmanaxWebhookDailySettings
NewAlmanaxWebhookDailySettingsWithDefaults instantiates a new AlmanaxWebhookDailySettings 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 *AlmanaxWebhookDailySettings) GetTimezone() string
GetTimezone returns the Timezone field if non-nil, zero value otherwise.
func (o *AlmanaxWebhookDailySettings) 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 *AlmanaxWebhookDailySettings) SetTimezone(v string)
SetTimezone sets Timezone field to given value.
func (o *AlmanaxWebhookDailySettings) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (o *AlmanaxWebhookDailySettings) GetMidnightOffset() int32
GetMidnightOffset returns the MidnightOffset field if non-nil, zero value otherwise.
func (o *AlmanaxWebhookDailySettings) GetMidnightOffsetOk() (*int32, bool)
GetMidnightOffsetOk returns a tuple with the MidnightOffset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlmanaxWebhookDailySettings) SetMidnightOffset(v int32)
SetMidnightOffset sets MidnightOffset field to given value.
func (o *AlmanaxWebhookDailySettings) HasMidnightOffset() bool
HasMidnightOffset returns a boolean if a field has been set.