Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::DeleteSpaceRequest.
Request for deleting a space.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::String) — Required. Resource name of the space to delete.
Format:
spaces/{space}
#name=
def name=(value) -> ::String
-
value (::String) — Required. Resource name of the space to delete.
Format:
spaces/{space}
-
(::String) — Required. Resource name of the space to delete.
Format:
spaces/{space}
#use_admin_access
def use_admin_access() -> ::Boolean
-
(::Boolean) — 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.
#use_admin_access=
def use_admin_access=(value) -> ::Boolean
-
value (::Boolean) — 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.
-
(::Boolean) — 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.