Class: Google::Apps::Chat::V1::MoveSectionItemResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::MoveSectionItemResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/section.rb
Overview
Response message for moving a section item.
Instance Attribute Summary collapse
-
#section_item ⇒ ::Google::Apps::Chat::V1::SectionItem
The updated section item.
Instance Attribute Details
#section_item ⇒ ::Google::Apps::Chat::V1::SectionItem
Returns The updated section item.
325 326 327 328 |
# File 'proto_docs/google/chat/v1/section.rb', line 325 class MoveSectionItemResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |