Class CreateSectionRequest
Request message for creating a section.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class CreateSectionRequest : IMessage<CreateSectionRequest>, IEquatable<CreateSectionRequest>, IDeepCloneable<CreateSectionRequest>, IBufferMessage, IMessage
Constructors
CreateSectionRequest()
Declaration
public CreateSectionRequest()
CreateSectionRequest(CreateSectionRequest)
Declaration
public CreateSectionRequest(CreateSectionRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateSectionRequest | other |
Properties
Parent
Required. The parent resource name where the section is created.
Format: users/{user}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsUserName
Declaration
public UserName ParentAsUserName { get; set; }
Property Value
| Type | Description |
|---|---|
| UserName |
Section
Required. The section to create.
Declaration
public Section Section { get; set; }
Property Value
| Type | Description |
|---|---|
| Section |