Show / Hide Table of Contents

Class ModifyLabelsRequest

A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.

Inheritance
object
ModifyLabelsRequest
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.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class ModifyLabelsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

This is always drive#modifyLabelsRequest.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

LabelModifications

The list of modifications to apply to the labels on the file.

Declaration
[JsonProperty("labelModifications")]
public virtual IList<LabelModification> LabelModifications { get; set; }
Property Value
Type Description
IList<LabelModification>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX