Class: Google::Apps::Chat::V1::PositionSectionResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::PositionSectionResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/section.rb
Overview
Response message for positioning a section.
Instance Attribute Summary collapse
-
#section ⇒ ::Google::Apps::Chat::V1::Section
The updated section.
Instance Attribute Details
#section ⇒ ::Google::Apps::Chat::V1::Section
Returns The updated section.
243 244 245 246 |
# File 'proto_docs/google/chat/v1/section.rb', line 243 class PositionSectionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |