Show / Hide Table of Contents

Class DeleteSpaceRequest

Request for deleting a space.

Inheritance
object
DeleteSpaceRequest
Implements
IMessage<DeleteSpaceRequest>
IEquatable<DeleteSpaceRequest>
IDeepCloneable<DeleteSpaceRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class DeleteSpaceRequest : IMessage<DeleteSpaceRequest>, IEquatable<DeleteSpaceRequest>, IDeepCloneable<DeleteSpaceRequest>, IBufferMessage, IMessage

Constructors

DeleteSpaceRequest()

Declaration
public DeleteSpaceRequest()

DeleteSpaceRequest(DeleteSpaceRequest)

Declaration
public DeleteSpaceRequest(DeleteSpaceRequest other)
Parameters
Type Name Description
DeleteSpaceRequest other

Properties

Name

Required. Resource name of the space to delete.

Format: spaces/{space}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

SpaceName

SpaceName-typed view over the Name resource name property.

Declaration
public SpaceName SpaceName { get; set; }
Property Value
Type Description
SpaceName

UseAdminAccess

Optional. 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.delete OAuth 2.0 scope.

Declaration
public bool UseAdminAccess { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX