Class: Google::Apps::Chat::V1::DeleteSpaceRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::DeleteSpaceRequest
- 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
-
#name ⇒ ::String
Required.
-
#use_admin_access ⇒ ::Boolean
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
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 |