Show / Hide Table of Contents

Class File.LabelsData

A group of labels for the file.

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

Properties

Hidden

Deprecated.

Declaration
[JsonProperty("hidden")]
public virtual bool? Hidden { get; set; }
Property Value
Type Description
bool?

Modified

Whether the file has been modified by this user.

Declaration
[JsonProperty("modified")]
public virtual bool? Modified { get; set; }
Property Value
Type Description
bool?

Restricted

Deprecated - use copyRequiresWriterPermission instead.

Declaration
[JsonProperty("restricted")]
public virtual bool? Restricted { get; set; }
Property Value
Type Description
bool?

Starred

Whether this file is starred by the user.

Declaration
[JsonProperty("starred")]
public virtual bool? Starred { get; set; }
Property Value
Type Description
bool?

Trashed

Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.

Declaration
[JsonProperty("trashed")]
public virtual bool? Trashed { get; set; }
Property Value
Type Description
bool?

Viewed

Whether this file has been viewed by this user.

Declaration
[JsonProperty("viewed")]
public virtual bool? Viewed { get; set; }
Property Value
Type Description
bool?
In This Article
Back to top Generated by DocFX