Show / Hide Table of Contents

Class File.LabelInfoData

Output only. 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

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>
In this article
Back to top Generated by DocFX