Class GetSpaceRequest
A request to return a single space.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class GetSpaceRequest : IMessage<GetSpaceRequest>, IEquatable<GetSpaceRequest>, IDeepCloneable<GetSpaceRequest>, IBufferMessage, IMessage
Constructors
GetSpaceRequest()
Declaration
public GetSpaceRequest()
GetSpaceRequest(GetSpaceRequest)
Declaration
public GetSpaceRequest(GetSpaceRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetSpaceRequest | other |
Properties
Name
Required. Resource name of the space, in the form spaces/{space}
.
Format: spaces/{space}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SpaceName
Declaration
public SpaceName SpaceName { get; set; }
Property Value
Type | Description |
---|---|
SpaceName |
UseAdminAccess
When true
, the method runs using the user's Google Workspace
administrator privileges.
The calling user must be a Google Workspace administrator with the manage chat and spaces conversations privilege.
Requires the chat.admin.spaces
or chat.admin.spaces.readonly
OAuth 2.0
scopes.
Declaration
public bool UseAdminAccess { get; set; }
Property Value
Type | Description |
---|---|
bool |