google_api_gmail v0.1.0 GoogleApi.Gmail.V1.Model.VacationSettings View Source
Vacation auto-reply settings for an account. These settings correspond to the "Vacation responder" feature in the web interface.
Attributes
- enableAutoReply (boolean()): Flag that controls whether Gmail automatically replies to messages. Defaults to:
null
. - endTime (String.t): 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 both startTime and endTime are specified, startTime must precede endTime. Defaults to:
null
. - responseBodyHtml (String.t): Response body in HTML format. Gmail will sanitize the HTML before storing it. Defaults to:
null
. - responseBodyPlainText (String.t): Response body in plain text format. Defaults to:
null
. - responseSubject (String.t): 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. Defaults to:
null
. - restrictToContacts (boolean()): Flag that determines whether responses are sent to recipients who are not in the user's list of contacts. Defaults to:
null
. - restrictToDomain (boolean()): 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. Defaults to:
null
. - startTime (String.t): 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 both startTime and endTime are specified, startTime must precede endTime. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.