Class GoogleAppsDriveLabelsV2betaLabelAppliedCapabilities
The capabilities a user has on this label's applied metadata.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaLabelAppliedCapabilities : IDirectResponseSchema
Properties
CanApply
Whether the user can apply this label to items.
Declaration
[JsonProperty("canApply")]
public virtual bool? CanApply { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanRead
Whether the user can read applied metadata related to this label.
Declaration
[JsonProperty("canRead")]
public virtual bool? CanRead { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanRemove
Whether the user can remove this label from items.
Declaration
[JsonProperty("canRemove")]
public virtual bool? CanRemove { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |