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.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the section item to move. Format: users/{user}/sections/{section}/items/{item}
↳ target_section
string
Required. The resource name of the section to move the section item to. Format: users/{user}/sections/{section}
getName
Required. The resource name of the section item to move.
Format: users/{user}/sections/{section}/items/{item}
string
setName
Required. The resource name of the section item to move.
Format: users/{user}/sections/{section}/items/{item}
var
string
$this
getTargetSection
Required. The resource name of the section to move the section item to.
Format: users/{user}/sections/{section}
string
setTargetSection
Required. The resource name of the section to move the section item to.
Format: users/{user}/sections/{section}
var
string
$this
static::build
name
string
Required. The resource name of the section item to move.
Format: users/{user}/sections/{section}/items/{item}
Please see ChatServiceClient::sectionItemName()
for help formatting this field.
targetSection
string
Required. The resource name of the section to move the section item to.
Format: users/{user}/sections/{section}
Please see ChatServiceClient::sectionName()
for help formatting this field.

