Google Apps Chat V1 Client - Class ListSectionsResponse (0.18.0)

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

Response message for listing sections.

Generated from protobuf message google.chat.v1.ListSectionsResponse

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ sections array<Section>

The sections from the specified user.

↳ 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.

getSections

The sections from the specified user.

Returns
Type Description
Google\Protobuf\RepeatedField<Section>

setSections

The sections from the specified user.

Parameter
Name Description
var array<Section>
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