Show / Hide Table of Contents

Class File.LabelInfoData

An overview of the labels on the file.

Inheritance
object
File.LabelInfoData
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 File.LabelInfoData

Properties

Labels

The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.

Declaration
[JsonProperty("labels")]
public virtual IList<Label> Labels { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><Label>
In This Article
Back to top Generated by DocFX