Class PositionSectionResponse
Response 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 PositionSectionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Section
The updated section.
Declaration
[JsonProperty("section")]
public virtual GoogleChatV1Section Section { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleChatV1Section |