Reference documentation and code samples for the Google Apps Chat V1 Client class UpdateSectionRequest.
Request message for updating a section.
Generated from protobuf message google.chat.v1.UpdateSectionRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ section
↳ update_mask
Google\Protobuf\FieldMask
Required. The mask to specify which fields to update. Currently supported field paths: - display_name
getSection
Required. The section to update.
hasSection
clearSection
setSection
Required. The section to update.
$this
getUpdateMask
Required. The mask to specify which fields to update.
Currently supported field paths:
-
display_name
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The mask to specify which fields to update.
Currently supported field paths:
-
display_name
$this
static::build
section
updateMask
Google\Protobuf\FieldMask
Required. The mask to specify which fields to update.
Currently supported field paths:
-
display_name

