Class: Google::Apis::ChatV1::MoveSectionItemResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChatV1::MoveSectionItemResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chat_v1/classes.rb,
lib/google/apis/chat_v1/representations.rb,
lib/google/apis/chat_v1/representations.rb
Overview
Response message for moving a section item.
Instance Attribute Summary collapse
-
#section_item ⇒ Google::Apis::ChatV1::SectionItem
A user's defined section item.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MoveSectionItemResponse
constructor
A new instance of MoveSectionItemResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MoveSectionItemResponse
Returns a new instance of MoveSectionItemResponse.
5573 5574 5575 |
# File 'lib/google/apis/chat_v1/classes.rb', line 5573 def initialize(**args) update!(**args) end |
Instance Attribute Details
#section_item ⇒ Google::Apis::ChatV1::SectionItem
A user's defined section item. This is used to represent section items, such
as spaces, grouped under a section.
Corresponds to the JSON property sectionItem
5571 5572 5573 |
# File 'lib/google/apis/chat_v1/classes.rb', line 5571 def section_item @section_item end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5578 5579 5580 |
# File 'lib/google/apis/chat_v1/classes.rb', line 5578 def update!(**args) @section_item = args[:section_item] if args.key?(:section_item) end |