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 \ V1Methods
__construct
Constructor.
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}
string
setName
Identifier. The resource name of the section item.
Format: users/{user}/sections/{section}/items/{item}
var
string
$this
getSpace
Optional. The space resource name.
Format: spaces/{space}
string
hasSpace
setSpace
Optional. The space resource name.
Format: spaces/{space}
var
string
$this
getItem
string

