Class File.LabelInfoData
Output only. An overview of the labels on the file.
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class File.LabelInfoData
Properties
Labels
Output only. 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 |
---|---|
IList<Label> |