Class GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties
Basic properties of the choice.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties : 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 GoogleAppsDriveLabelsV2BadgeConfig BadgeConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2BadgeConfig |
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 |