GoogleApi.Gmail.V1.Model.VacationSettings (google_api_gmail v0.13.3) View Source
Vacation auto-reply settings for an account. These settings correspond to the "Vacation responder" feature in the web interface.
Attributes
-
enableAutoReply
(type:boolean()
, default:nil
) - Flag that controls whether Gmail automatically replies to messages. -
endTime
(type:String.t
, default:nil
) - An optional end time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives before the end time. If bothstartTime
andendTime
are specified,startTime
must precedeendTime
. -
responseBodyHtml
(type:String.t
, default:nil
) - Response body in HTML format. Gmail will sanitize the HTML before storing it. If bothresponse_body_plain_text
andresponse_body_html
are specified,response_body_html
will be used. -
responseBodyPlainText
(type:String.t
, default:nil
) - Response body in plain text format. If bothresponse_body_plain_text
andresponse_body_html
are specified,response_body_html
will be used. -
responseSubject
(type:String.t
, default:nil
) - Optional text to prepend to the subject line in vacation responses. In order to enable auto-replies, either the response subject or the response body must be nonempty. -
restrictToContacts
(type:boolean()
, default:nil
) - Flag that determines whether responses are sent to recipients who are not in the user's list of contacts. -
restrictToDomain
(type:boolean()
, default:nil
) - Flag that determines whether responses are sent to recipients who are outside of the user's domain. This feature is only available for G Suite users. -
startTime
(type:String.t
, default:nil
) - An optional start time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives after the start time. If bothstartTime
andendTime
are specified,startTime
must precedeendTime
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.