Show / Hide Table of Contents

Class MoveSectionItemRequest

Request message for moving a section item across sections. Developer Preview.

Inheritance
object
MoveSectionItemRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX