chore: regens API reference docs (#889)
diff --git a/docs/dyn/vault_v1.matters.holds.accounts.html b/docs/dyn/vault_v1.matters.holds.accounts.html
index 420b6a9..6edc141 100644
--- a/docs/dyn/vault_v1.matters.holds.accounts.html
+++ b/docs/dyn/vault_v1.matters.holds.accounts.html
@@ -75,7 +75,7 @@
<h1><a href="vault_v1.html">G Suite Vault API</a> . <a href="vault_v1.matters.html">matters</a> . <a href="vault_v1.matters.holds.html">holds</a> . <a href="vault_v1.matters.holds.accounts.html">accounts</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#create">create(matterId, holdId, body, x__xgafv=None)</a></code></p>
+ <code><a href="#create">create(matterId, holdId, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Adds a HeldAccount to a hold. Accounts can only be added to a hold that</p>
<p class="toc_element">
<code><a href="#delete">delete(matterId, holdId, accountId, x__xgafv=None)</a></code></p>
@@ -85,7 +85,7 @@
<p class="firstline">Lists HeldAccounts for a hold. This will only list individually specified</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="create">create(matterId, holdId, body, x__xgafv=None)</code>
+ <code class="details" id="create">create(matterId, holdId, body=None, x__xgafv=None)</code>
<pre>Adds a HeldAccount to a hold. Accounts can only be added to a hold that
has no held_org_unit set. Attempting to add an account to an OU-based
hold will result in an error.
@@ -93,7 +93,7 @@
Args:
matterId: string, The matter ID. (required)
holdId: string, The hold ID. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # An account being held in a particular hold. This structure is immutable.
@@ -104,7 +104,7 @@
# precedence over account ID.
"firstName": "A String", # Output only. The first name of the account holder.
"accountId": "A String", # The account's ID as provided by the
- # <a href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ # <a href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
}
x__xgafv: string, V1 error format.
@@ -123,7 +123,7 @@
# precedence over account ID.
"firstName": "A String", # Output only. The first name of the account holder.
"accountId": "A String", # The account's ID as provided by the
- # <a href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ # <a href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
}</pre>
</div>
@@ -160,7 +160,7 @@
<code class="details" id="list">list(matterId, holdId, x__xgafv=None)</code>
<pre>Lists HeldAccounts for a hold. This will only list individually specified
held accounts. If the hold is on an OU, then use
-<a href="https://developers.google.com/admin-sdk/">Admin SDK</a>
+<a href="https://developers.google.com/admin-sdk/">Admin SDK</a>
to enumerate its members.
Args:
@@ -184,7 +184,7 @@
# precedence over account ID.
"firstName": "A String", # Output only. The first name of the account holder.
"accountId": "A String", # The account's ID as provided by the
- # <a href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ # <a href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
},
],
}</pre>