Name | Type | Description | Notes |
---|---|---|---|
Timezone | Pointer to NullableString | Timezone of your community to determine midnight. | [optional] [default to "Europe/Paris"] |
MidnightOffset | Pointer to NullableInt32 | Hours added to midnight at the selected timezone. 8 = 8:00 in the morning. | [optional] [default to 0] |
func NewCreateAlmanaxWebhookDailySettings() *CreateAlmanaxWebhookDailySettings
NewCreateAlmanaxWebhookDailySettings instantiates a new CreateAlmanaxWebhookDailySettings 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 NewCreateAlmanaxWebhookDailySettingsWithDefaults() *CreateAlmanaxWebhookDailySettings
NewCreateAlmanaxWebhookDailySettingsWithDefaults instantiates a new CreateAlmanaxWebhookDailySettings 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 *CreateAlmanaxWebhookDailySettings) GetTimezone() string
GetTimezone returns the Timezone field if non-nil, zero value otherwise.
func (o *CreateAlmanaxWebhookDailySettings) 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 *CreateAlmanaxWebhookDailySettings) SetTimezone(v string)
SetTimezone sets Timezone field to given value.
func (o *CreateAlmanaxWebhookDailySettings) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (o *CreateAlmanaxWebhookDailySettings) SetTimezoneNil(b bool)
SetTimezoneNil sets the value for Timezone to be an explicit nil
func (o *CreateAlmanaxWebhookDailySettings) UnsetTimezone()
UnsetTimezone ensures that no value is present for Timezone, not even an explicit nil
func (o *CreateAlmanaxWebhookDailySettings) GetMidnightOffset() int32
GetMidnightOffset returns the MidnightOffset field if non-nil, zero value otherwise.
func (o *CreateAlmanaxWebhookDailySettings) 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 *CreateAlmanaxWebhookDailySettings) SetMidnightOffset(v int32)
SetMidnightOffset sets MidnightOffset field to given value.
func (o *CreateAlmanaxWebhookDailySettings) HasMidnightOffset() bool
HasMidnightOffset returns a boolean if a field has been set.
func (o *CreateAlmanaxWebhookDailySettings) SetMidnightOffsetNil(b bool)
SetMidnightOffsetNil sets the value for MidnightOffset to be an explicit nil
func (o *CreateAlmanaxWebhookDailySettings) UnsetMidnightOffset()
UnsetMidnightOffset ensures that no value is present for MidnightOffset, not even an explicit nil