Class: Google::Apis::ChatV1::MoveSectionItemResponse

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

Instance Method Summary collapse

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_itemGoogle::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