Class PositionSectionRequest
Request message for positioning a section. Developer Preview.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class PositionSectionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RelativePosition
Optional. The relative position of the section in the list of sections.
Declaration
[JsonProperty("relativePosition")]
public virtual string RelativePosition { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SortOrder
Optional. The absolute position of the section in the list of sections. The position must be greater than 0. If the position is greater than the number of sections, the section will be appended to the end of the list. This operation inserts the section at the given position and shifts the original section at that position, and those below it, to the next position.
Declaration
[JsonProperty("sortOrder")]
public virtual int? SortOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |