Google Apps Chat V1 Client - Class ListSectionItemsResponse (0.18.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class ListSectionItemsResponse.

Response message for listing section items.

Generated from protobuf message google.chat.v1.ListSectionItemsResponse

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ section_items array<SectionItem>

The section items from the specified section.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getSectionItems

The section items from the specified section.

Returns
Type Description
Google\Protobuf\RepeatedField<SectionItem>

setSectionItems

The section items from the specified section.

Parameter
Name Description
var array<SectionItem>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this