You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/chat_v1.spaces.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ <h3>Method Details</h3>
117
117
An object of the form:
118
118
119
119
{ # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app.
120
+
"adminInstalled": True or False, # Output only. Whether the Chat app was installed by a Google Workspace administrator. Administrators can install a Chat app for their domain, organizational unit, or a group of users. Administrators can only install Chat apps for direct messaging between users and the app. To support admin install, your app must feature direct messaging.
120
121
"displayName": "A String", # The space's display name. Required when [creating a space](https://developers.google.com/chat/api/reference/rest/v1/spaces/create). For direct messages, this field may be empty. Supports up to 128 characters.
121
122
"name": "A String", # Resource name of the space. Format: spaces/{space}
122
123
"singleUserBotDm": True or False, # Optional. Whether the space is a DM between a Chat app and a single human.
@@ -149,6 +150,7 @@ <h3>Method Details</h3>
149
150
"nextPageToken": "A String", # A token that can be sent as `pageToken` to retrieve the next page of results. If empty, there are no subsequent pages.
150
151
"spaces": [ # List of spaces in the requested (or first) page.
151
152
{ # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app.
153
+
"adminInstalled": True or False, # Output only. Whether the Chat app was installed by a Google Workspace administrator. Administrators can install a Chat app for their domain, organizational unit, or a group of users. Administrators can only install Chat apps for direct messaging between users and the app. To support admin install, your app must feature direct messaging.
152
154
"displayName": "A String", # The space's display name. Required when [creating a space](https://developers.google.com/chat/api/reference/rest/v1/spaces/create). For direct messages, this field may be empty. Supports up to 128 characters.
153
155
"name": "A String", # Resource name of the space. Format: spaces/{space}
154
156
"singleUserBotDm": True or False, # Optional. Whether the space is a DM between a Chat app and a single human.
0 commit comments