Show / Hide Table of Contents

Class CreateSectionRequest

Request message for creating a section.

Inheritance
object
CreateSectionRequest
Implements
IMessage<CreateSectionRequest>
IEquatable<CreateSectionRequest>
IDeepCloneable<CreateSectionRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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

UserName-typed view over the Parent resource name property.

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
In this article
Back to top Generated by DocFX