Class: Google::Apps::Chat::V1::DeleteSectionRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::DeleteSectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/section.rb
Overview
Request message for deleting a section. Developer Preview.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the section to delete.
Format: users/{user}/sections/{section}.
129 130 131 132 |
# File 'proto_docs/google/chat/v1/section.rb', line 129 class DeleteSectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |