chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/chat_v1.spaces.members.html b/docs/dyn/chat_v1.spaces.members.html
index c1494e7..581040a 100644
--- a/docs/dyn/chat_v1.spaces.members.html
+++ b/docs/dyn/chat_v1.spaces.members.html
@@ -107,17 +107,17 @@
An object of the form:
{ # Represents a membership relation in Hangouts Chat.
- "state": "A String", # State of the membership.
- "member": { # A user in Hangouts Chat. # A User in Hangout Chat
- "domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
- "name": "A String", # Resource name, in the format "users/*".
- "type": "A String", # User type.
- "displayName": "A String", # The user's display name.
- },
- "createTime": "A String", # The creation time of the membership a.k.a the time at which the member joined the space, if applicable.
- "name": "A String",
- }</pre>
+ "createTime": "A String", # The creation time of the membership a.k.a the time at which the member joined the space, if applicable.
+ "member": { # A user in Hangouts Chat. # A User in Hangout Chat
+ "displayName": "A String", # The user's display name.
+ "domainId": "A String", # Obfuscated domain information.
+ "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "name": "A String", # Resource name, in the format "users/*".
+ "type": "A String", # User type.
+ },
+ "name": "A String",
+ "state": "A String", # State of the membership.
+}</pre>
</div>
<div class="method">
@@ -137,22 +137,22 @@
An object of the form:
{
- "nextPageToken": "A String", # Continuation token to retrieve the next page of results. It will be empty for the last page of results.
- "memberships": [ # List of memberships in the requested (or first) page.
- { # Represents a membership relation in Hangouts Chat.
- "state": "A String", # State of the membership.
- "member": { # A user in Hangouts Chat. # A User in Hangout Chat
- "domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
- "name": "A String", # Resource name, in the format "users/*".
- "type": "A String", # User type.
- "displayName": "A String", # The user's display name.
- },
- "createTime": "A String", # The creation time of the membership a.k.a the time at which the member joined the space, if applicable.
- "name": "A String",
+ "memberships": [ # List of memberships in the requested (or first) page.
+ { # Represents a membership relation in Hangouts Chat.
+ "createTime": "A String", # The creation time of the membership a.k.a the time at which the member joined the space, if applicable.
+ "member": { # A user in Hangouts Chat. # A User in Hangout Chat
+ "displayName": "A String", # The user's display name.
+ "domainId": "A String", # Obfuscated domain information.
+ "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "name": "A String", # Resource name, in the format "users/*".
+ "type": "A String", # User type.
},
- ],
- }</pre>
+ "name": "A String",
+ "state": "A String", # State of the membership.
+ },
+ ],
+ "nextPageToken": "A String", # Continuation token to retrieve the next page of results. It will be empty for the last page of results.
+}</pre>
</div>
<div class="method">