Class MoveSectionItemResponse
Response message for moving a section item. Developer Preview.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class MoveSectionItemResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SectionItem
The updated section item.
Declaration
[JsonProperty("sectionItem")]
public virtual SectionItem SectionItem { get; set; }
Property Value
| Type | Description |
|---|---|
| SectionItem |