Show / Hide Table of Contents

Class PositionSectionRequest

Request message for positioning a section. Developer Preview.

Inheritance
object
PositionSectionRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX