Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ListSectionItemsResponse.
Response message for listing section items.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#section_items
def section_items() -> ::Array<::Google::Apps::Chat::V1::SectionItem>
Returns
- (::Array<::Google::Apps::Chat::V1::SectionItem>) — The section items from the specified section.
#section_items=
def section_items=(value) -> ::Array<::Google::Apps::Chat::V1::SectionItem>
Parameter
- value (::Array<::Google::Apps::Chat::V1::SectionItem>) — The section items from the specified section.
Returns
- (::Array<::Google::Apps::Chat::V1::SectionItem>) — The section items from the specified section.