Reference documentation and code samples for the Google Apps Chat V1 Client class CreateSectionRequest.
Request message for creating a section.
Generated from protobuf message google.chat.v1.CreateSectionRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource name where the section is created. Format: |
↳ section |
Section
Required. The section to create. |
getParent
Required. The parent resource name where the section is created.
Format: users/{user}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource name where the section is created.
Format: users/{user}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSection
Required. The section to create.
| Returns | |
|---|---|
| Type | Description |
Section|null |
|
hasSection
clearSection
setSection
Required. The section to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Section
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource name where the section is created. Format: |
section |
Section
Required. The section to create. |
| Returns | |
|---|---|
| Type | Description |
CreateSectionRequest |
|