docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/vault_v1.matters.holds.accounts.html b/docs/dyn/vault_v1.matters.holds.accounts.html
index 6edc141..736f9ea 100644
--- a/docs/dyn/vault_v1.matters.holds.accounts.html
+++ b/docs/dyn/vault_v1.matters.holds.accounts.html
@@ -98,13 +98,13 @@
{ # 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.
- "lastName": "A String", # Output only. The last name of the account holder.
- "holdTime": "A String", # Output only. When the account was put on hold.
- "email": "A String", # The primary email address of the account. If used as an input, this takes
+ "holdTime": "A String", # Output only. When the account was put on hold.
+ "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.
- "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>.
+ "accountId": "A String", # The account's ID as provided by the
+ # <a href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "firstName": "A String", # Output only. The first name of the account holder.
}
x__xgafv: string, V1 error format.
@@ -117,13 +117,13 @@
{ # 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.
- "lastName": "A String", # Output only. The last name of the account holder.
- "holdTime": "A String", # Output only. When the account was put on hold.
- "email": "A String", # The primary email address of the account. If used as an input, this takes
+ "holdTime": "A String", # Output only. When the account was put on hold.
+ "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.
- "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>.
+ "accountId": "A String", # The account's ID as provided by the
+ # <a href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "firstName": "A String", # Output only. The first name of the account holder.
}</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:
@@ -175,16 +175,16 @@
An object of the form:
{ # Returns a list of held accounts for a hold.
- "accounts": [ # The held accounts on 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.
- "lastName": "A String", # Output only. The last name of the account holder.
- "holdTime": "A String", # Output only. When the account was put on hold.
- "email": "A String", # The primary email address of the account. If used as an input, this takes
+ "holdTime": "A String", # Output only. When the account was put on hold.
+ "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.
- "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>.
+ "accountId": "A String", # The account's ID as provided by the
+ # <a href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "firstName": "A String", # Output only. The first name of the account holder.
},
],
}</pre>