Class GoogleAppsDriveLabelsV2betaLabelDisplayHints
UI display hints for rendering the label.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaLabelDisplayHints : IDirectResponseSchema
Properties
Disabled
Whether the label 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 label 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? |
Priority
Order to display label in a list.
Declaration
[JsonProperty("priority")]
public virtual long? Priority { get; set; }
Property Value
Type | Description |
---|---|
long? |
ShownInApply
This label 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? |