Class GoogleAppsDriveLabelsV2betaFieldSelectionOptionsChoiceProperties
Basic properties of the choice.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaFieldSelectionOptionsChoiceProperties : IDirectResponseSchema
Properties
BadgeConfig
The badge configuration for this choice. When set, the label that owns this choice is considered a "badged label".
Declaration
[JsonProperty("badgeConfig")]
public virtual GoogleAppsDriveLabelsV2betaBadgeConfig BadgeConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2betaBadgeConfig |
Description
The description of this label.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. The display text to show in the UI identifying this field.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsertBeforeChoice
Input only. Insert or move this choice before the indicated choice. If empty, the choice is placed at the end of the list.
Declaration
[JsonProperty("insertBeforeChoice")]
public virtual string InsertBeforeChoice { get; set; }
Property Value
Type | Description |
---|---|
string |