Class GoogleAppsDriveLabelsV2betaFieldSelectionOptionsChoiceAppliedCapabilities
The capabilities related to this choice on applied metadata.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaFieldSelectionOptionsChoiceAppliedCapabilities : 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 use this choice in search queries.
Declaration
[JsonProperty("canSearch")]
public virtual bool? CanSearch { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
CanSelect
Whether the user can select this choice on an item.
Declaration
[JsonProperty("canSelect")]
public virtual bool? CanSelect { 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 |