chore: update docs/dyn (#1106)
diff --git a/docs/dyn/gmail_v1.users.settings.html b/docs/dyn/gmail_v1.users.settings.html
index 24c79c8..aecfaa4 100644
--- a/docs/dyn/gmail_v1.users.settings.html
+++ b/docs/dyn/gmail_v1.users.settings.html
@@ -149,8 +149,8 @@
{ # Auto-forwarding settings for an account.
"enabled": True or False, # Whether all incoming mail is automatically forwarded to another address.
- "disposition": "A String", # The state that a message should be left in after it has been forwarded.
"emailAddress": "A String", # Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.
+ "disposition": "A String", # The state that a message should be left in after it has been forwarded.
}</pre>
</div>
@@ -210,9 +210,9 @@
An object of the form:
{ # POP settings for an account.
- "accessWindow": "A String", # The range of messages which are accessible via POP.
- "disposition": "A String", # The action that will be executed on a message after it has been fetched via POP.
- }</pre>
+ "disposition": "A String", # The action that will be executed on a message after it has been fetched via POP.
+ "accessWindow": "A String", # The range of messages which are accessible via POP.
+ }</pre>
</div>
<div class="method">
@@ -230,14 +230,14 @@
An object of the form:
{ # Vacation auto-reply settings for an account. These settings correspond to the "Vacation responder" feature in the web interface.
+ "startTime": "A String", # 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`.
"restrictToDomain": True or False, # 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.
+ "endTime": "A String", # 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`.
"enableAutoReply": True or False, # Flag that controls whether Gmail automatically replies to messages.
+ "responseBodyHtml": "A String", # Response body in HTML format. Gmail will sanitize the HTML before storing it. If both `response_body_plain_text` and `response_body_html` are specified, `response_body_html` will be used.
+ "responseSubject": "A String", # 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": True or False, # Flag that determines whether responses are sent to recipients who are not in the user's list of contacts.
"responseBodyPlainText": "A String", # Response body in plain text format. If both `response_body_plain_text` and `response_body_html` are specified, `response_body_html` will be used.
- "responseBodyHtml": "A String", # Response body in HTML format. Gmail will sanitize the HTML before storing it. If both `response_body_plain_text` and `response_body_html` are specified, `response_body_html` will be used.
- "startTime": "A String", # 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`.
- "responseSubject": "A String", # 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.
- "endTime": "A String", # 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`.
}</pre>
</div>
@@ -252,8 +252,8 @@
{ # Auto-forwarding settings for an account.
"enabled": True or False, # Whether all incoming mail is automatically forwarded to another address.
- "disposition": "A String", # The state that a message should be left in after it has been forwarded.
"emailAddress": "A String", # Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.
+ "disposition": "A String", # The state that a message should be left in after it has been forwarded.
}
x__xgafv: string, V1 error format.
@@ -266,8 +266,8 @@
{ # Auto-forwarding settings for an account.
"enabled": True or False, # Whether all incoming mail is automatically forwarded to another address.
- "disposition": "A String", # The state that a message should be left in after it has been forwarded.
"emailAddress": "A String", # Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.
+ "disposition": "A String", # The state that a message should be left in after it has been forwarded.
}</pre>
</div>
@@ -339,9 +339,9 @@
The object takes the form of:
{ # POP settings for an account.
- "accessWindow": "A String", # The range of messages which are accessible via POP.
- "disposition": "A String", # The action that will be executed on a message after it has been fetched via POP.
-}
+ "disposition": "A String", # The action that will be executed on a message after it has been fetched via POP.
+ "accessWindow": "A String", # The range of messages which are accessible via POP.
+ }
x__xgafv: string, V1 error format.
Allowed values
@@ -352,9 +352,9 @@
An object of the form:
{ # POP settings for an account.
- "accessWindow": "A String", # The range of messages which are accessible via POP.
- "disposition": "A String", # The action that will be executed on a message after it has been fetched via POP.
- }</pre>
+ "disposition": "A String", # The action that will be executed on a message after it has been fetched via POP.
+ "accessWindow": "A String", # The range of messages which are accessible via POP.
+ }</pre>
</div>
<div class="method">
@@ -367,14 +367,14 @@
The object takes the form of:
{ # Vacation auto-reply settings for an account. These settings correspond to the "Vacation responder" feature in the web interface.
+ "startTime": "A String", # 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`.
"restrictToDomain": True or False, # 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.
+ "endTime": "A String", # 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`.
"enableAutoReply": True or False, # Flag that controls whether Gmail automatically replies to messages.
+ "responseBodyHtml": "A String", # Response body in HTML format. Gmail will sanitize the HTML before storing it. If both `response_body_plain_text` and `response_body_html` are specified, `response_body_html` will be used.
+ "responseSubject": "A String", # 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": True or False, # Flag that determines whether responses are sent to recipients who are not in the user's list of contacts.
"responseBodyPlainText": "A String", # Response body in plain text format. If both `response_body_plain_text` and `response_body_html` are specified, `response_body_html` will be used.
- "responseBodyHtml": "A String", # Response body in HTML format. Gmail will sanitize the HTML before storing it. If both `response_body_plain_text` and `response_body_html` are specified, `response_body_html` will be used.
- "startTime": "A String", # 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`.
- "responseSubject": "A String", # 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.
- "endTime": "A String", # 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`.
}
x__xgafv: string, V1 error format.
@@ -386,14 +386,14 @@
An object of the form:
{ # Vacation auto-reply settings for an account. These settings correspond to the "Vacation responder" feature in the web interface.
+ "startTime": "A String", # 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`.
"restrictToDomain": True or False, # 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.
+ "endTime": "A String", # 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`.
"enableAutoReply": True or False, # Flag that controls whether Gmail automatically replies to messages.
+ "responseBodyHtml": "A String", # Response body in HTML format. Gmail will sanitize the HTML before storing it. If both `response_body_plain_text` and `response_body_html` are specified, `response_body_html` will be used.
+ "responseSubject": "A String", # 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": True or False, # Flag that determines whether responses are sent to recipients who are not in the user's list of contacts.
"responseBodyPlainText": "A String", # Response body in plain text format. If both `response_body_plain_text` and `response_body_html` are specified, `response_body_html` will be used.
- "responseBodyHtml": "A String", # Response body in HTML format. Gmail will sanitize the HTML before storing it. If both `response_body_plain_text` and `response_body_html` are specified, `response_body_html` will be used.
- "startTime": "A String", # 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`.
- "responseSubject": "A String", # 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.
- "endTime": "A String", # 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`.
}</pre>
</div>