Show / Hide Table of Contents

Class PositionSectionResponse

Response message for positioning a section.

Inheritance
object
PositionSectionResponse
Implements
IMessage<PositionSectionResponse>
IEquatable<PositionSectionResponse>
IDeepCloneable<PositionSectionResponse>
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 PositionSectionResponse : IMessage<PositionSectionResponse>, IEquatable<PositionSectionResponse>, IDeepCloneable<PositionSectionResponse>, IBufferMessage, IMessage

Constructors

PositionSectionResponse()

Declaration
public PositionSectionResponse()

PositionSectionResponse(PositionSectionResponse)

Declaration
public PositionSectionResponse(PositionSectionResponse other)
Parameters
Type Name Description
PositionSectionResponse other

Properties

Section

The updated section.

Declaration
public Section Section { get; set; }
Property Value
Type Description
Section
In this article
Back to top Generated by DocFX