Class ModifyLabelsResponse
Response to a ModifyLabels request. This contains only those labels which were added or updated by the request.
Inheritance
object
ModifyLabelsResponse
Implements
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 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 |
|---|---|
| System.Collections.Generic.IList<T><Label> |