Name | Type | Description | Notes |
---|---|---|---|
IsEnabled | Pointer to bool | Включен ли автоответчик на входящие письма | [optional] |
Message | Pointer to string | Сообщение автоответчика на входящие письма. \ Если передан параметр `is_enabled`: `false`, то значение передавать нельзя | [optional] |
Subject | Pointer to string | Тема сообщения автоответчика на входящие письма. \ Если передан параметр `is_enabled`: `false`, то значение передавать нельзя | [optional] |
func NewAutoReplyIsEnabled() *AutoReplyIsEnabled
NewAutoReplyIsEnabled instantiates a new AutoReplyIsEnabled 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 NewAutoReplyIsEnabledWithDefaults() *AutoReplyIsEnabled
NewAutoReplyIsEnabledWithDefaults instantiates a new AutoReplyIsEnabled 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 *AutoReplyIsEnabled) GetIsEnabled() bool
GetIsEnabled returns the IsEnabled field if non-nil, zero value otherwise.
func (o *AutoReplyIsEnabled) GetIsEnabledOk() (*bool, bool)
GetIsEnabledOk returns a tuple with the IsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutoReplyIsEnabled) SetIsEnabled(v bool)
SetIsEnabled sets IsEnabled field to given value.
func (o *AutoReplyIsEnabled) HasIsEnabled() bool
HasIsEnabled returns a boolean if a field has been set.
func (o *AutoReplyIsEnabled) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *AutoReplyIsEnabled) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutoReplyIsEnabled) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *AutoReplyIsEnabled) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *AutoReplyIsEnabled) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *AutoReplyIsEnabled) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutoReplyIsEnabled) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *AutoReplyIsEnabled) HasSubject() bool
HasSubject returns a boolean if a field has been set.