Class ModifyLabelsResponse
Response to a ModifyLabels request. This contains only those labels which were added or updated by the request.
Implements
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class ModifyLabelsResponse : 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#modifyLabelsResponse
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
ModifiedLabels
The list of labels which were added or updated by the request.
Declaration
[JsonProperty("modifiedLabels")]
public virtual IList<Label> ModifiedLabels { get; set; }
Property Value
Type | Description |
---|---|
IList<Label> |