Class GoogleAppsDriveLabelsV2betaFieldAppliedCapabilities
The capabilities related to this field on applied metadata.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaFieldAppliedCapabilities : IDirectResponseSchemaProperties
CanRead
Whether the user can read related applied metadata on items.
Declaration
[JsonProperty("canRead")]
public virtual bool? CanRead { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
CanSearch
Whether the user can search for Drive items referencing this field.
Declaration
[JsonProperty("canSearch")]
public virtual bool? CanSearch { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
CanWrite
Whether the user can set this field on Drive items.
Declaration
[JsonProperty("canWrite")]
public virtual bool? CanWrite { 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 |