Google Apps Chat V1 Client - Class SectionItem (0.19.0)

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

A user's defined section item. This is used to represent section items, such as spaces, grouped under a section.

Generated from protobuf message google.chat.v1.SectionItem

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Identifier. The resource name of the section item. Format: users/{user}/sections/{section}/items/{item}

↳ space string

Optional. The space resource name. Format: spaces/{space}

getName

Identifier. The resource name of the section item.

Format: users/{user}/sections/{section}/items/{item}

Returns
Type Description
string

setName

Identifier. The resource name of the section item.

Format: users/{user}/sections/{section}/items/{item}

Parameter
Name Description
var string
Returns
Type Description
$this

getSpace

Optional. The space resource name.

Format: spaces/{space}

Returns
Type Description
string

hasSpace

setSpace

Optional. The space resource name.

Format: spaces/{space}

Parameter
Name Description
var string
Returns
Type Description
$this

getItem

Returns
Type Description
string