Reference documentation and code samples for the Google Apps Chat V1 Client class MoveSectionItemRequest.
Request message for moving a section item across sections.
Generated from protobuf message google.chat.v1.MoveSectionItemRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the section item to move. Format: |
↳ target_section |
string
Required. The resource name of the section to move the section item to. Format: |
getName
Required. The resource name of the section item to move.
Format: users/{user}/sections/{section}/items/{item}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the section item to move.
Format: users/{user}/sections/{section}/items/{item}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTargetSection
Required. The resource name of the section to move the section item to.
Format: users/{user}/sections/{section}
| Returns | |
|---|---|
| Type | Description |
string |
|
setTargetSection
Required. The resource name of the section to move the section item to.
Format: users/{user}/sections/{section}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
name |
string
Required. The resource name of the section item to move. Format: |
targetSection |
string
Required. The resource name of the section to move the section item to. Format: |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemRequest |
|