Class GoogleAppsDriveLabelsV2betaFieldDisplayHints
UI display hints for rendering a field.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaFieldDisplayHints : IDirectResponseSchemaProperties
Disabled
Whether the field should be shown in the UI as disabled.
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { 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 | 
HiddenInSearch
This field should be hidden in the search menu when searching for Drive items.
Declaration
[JsonProperty("hiddenInSearch")]
public virtual bool? HiddenInSearch { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
Required
Whether the field should be shown as required in the UI.
Declaration
[JsonProperty("required")]
public virtual bool? Required { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
ShownInApply
This field should be shown in the apply menu when applying values to a Drive item.
Declaration
[JsonProperty("shownInApply")]
public virtual bool? ShownInApply { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? |