Class PositionSectionResponse
Response message for positioning a section.
Implements
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 |