Class: Google::Apps::Chat::V1::DeleteSpaceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/space.rb

Overview

Request for deleting a space.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the space to delete.

Format: spaces/{space}.

Returns:

  • (::String)

    Required. Resource name of the space to delete.

    Format: spaces/{space}



748
749
750
751
# File 'proto_docs/google/chat/v1/space.rb', line 748

class DeleteSpaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#use_admin_access::Boolean

Returns 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.

Returns:



748
749
750
751
# File 'proto_docs/google/chat/v1/space.rb', line 748

class DeleteSpaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end