Class: Google::Apps::Chat::V1::CreateSectionRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::CreateSectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/section.rb
Overview
Request message for creating a section.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#section ⇒ ::Google::Apps::Chat::V1::Section
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource name where the section is created.
Format: users/{user}.
117 118 119 120 |
# File 'proto_docs/google/chat/v1/section.rb', line 117 class CreateSectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#section ⇒ ::Google::Apps::Chat::V1::Section
Returns Required. The section to create.
117 118 119 120 |
# File 'proto_docs/google/chat/v1/section.rb', line 117 class CreateSectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |