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.
Implements
Inherited Members
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> |