Class MoveSectionItemRequest
Request message for moving a section item across sections. Developer Preview.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class MoveSectionItemRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetSection
Required. The resource name of the section to move the section item to. Format:
users/{user}/sections/{section}
Declaration
[JsonProperty("targetSection")]
public virtual string TargetSection { get; set; }
Property Value
| Type | Description |
|---|---|
| string |