Class GoogleAppsDriveLabelsV2BadgeConfig
Badge status of the label.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2BadgeConfig : IDirectResponseSchema
Properties
Color
The color of the badge. When not specified, no badge is rendered. The background, foreground, and solo (light and dark mode) colors set here are changed in the Drive UI into the closest recommended supported color.
Declaration
[JsonProperty("color")]
public virtual GoogleTypeColor Color { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeColor |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PriorityOverride
Override the default global priority of this badge. When set to 0, the default priority heuristic is used.
Declaration
[JsonProperty("priorityOverride")]
public virtual long? PriorityOverride { get; set; }
Property Value
Type | Description |
---|---|
long? |