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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the section item. Format: |
↳ space |
string
Optional. The space resource name. Format: |
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 |
|