Class File.LabelsData
A group of labels for the file.
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class File.LabelsData
Properties
Hidden
Output only. Deprecated.
Declaration
[JsonProperty("hidden")]
public virtual bool? Hidden { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Modified
Output only. Whether the file has been modified by this user.
Declaration
[JsonProperty("modified")]
public virtual bool? Modified { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Restricted
Output only. 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 this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
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? |