build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/vault_v1.matters.holds.accounts.html b/docs/dyn/vault_v1.matters.holds.accounts.html
index 161bf77..8b8ac8e 100644
--- a/docs/dyn/vault_v1.matters.holds.accounts.html
+++ b/docs/dyn/vault_v1.matters.holds.accounts.html
@@ -103,11 +103,11 @@
The object takes the form of:
{ # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
- "accountId": "A String", # The account's ID as provided by the Admin SDK.
"lastName": "A String", # Output only. The last name of the account holder.
"email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
"holdTime": "A String", # Output only. When the account was put on hold.
"firstName": "A String", # Output only. The first name of the account holder.
+ "accountId": "A String", # The account's ID as provided by the Admin SDK.
}
x__xgafv: string, V1 error format.
@@ -119,11 +119,11 @@
An object of the form:
{ # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
- "accountId": "A String", # The account's ID as provided by the Admin SDK.
"lastName": "A String", # Output only. The last name of the account holder.
"email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
"holdTime": "A String", # Output only. When the account was put on hold.
"firstName": "A String", # Output only. The first name of the account holder.
+ "accountId": "A String", # The account's ID as provided by the Admin SDK.
}</pre>
</div>
@@ -165,11 +165,11 @@
{ # Returns a list of held accounts for a hold.
"accounts": [ # The held accounts on a hold.
{ # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
- "accountId": "A String", # The account's ID as provided by the Admin SDK.
"lastName": "A String", # Output only. The last name of the account holder.
"email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
"holdTime": "A String", # Output only. When the account was put on hold.
"firstName": "A String", # Output only. The first name of the account holder.
+ "accountId": "A String", # The account's ID as provided by the Admin SDK.
},
],
}</pre>