Class: Google::Apps::Chat::V1::MoveSectionItemResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#section_item::Google::Apps::Chat::V1::SectionItem

Returns The updated section item.

Returns:



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