Google Apps Chat V1 Client - Class MoveSectionItemRequest (0.19.0)

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 \ V1

Methods

__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: 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}

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: 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.

Returns
Type Description
MoveSectionItemRequest