Class GoogleAppsDriveLabelsV2BadgeColors
The color derived from BadgeConfig and changed to the closest recommended supported color.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2BadgeColors : IDirectResponseSchema
Properties
BackgroundColor
Output only. Badge background that pairs with the foreground.
Declaration
[JsonProperty("backgroundColor")]
public virtual GoogleTypeColor BackgroundColor { 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 |
ForegroundColor
Output only. Badge foreground that pairs with the background.
Declaration
[JsonProperty("foregroundColor")]
public virtual GoogleTypeColor ForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeColor |
SoloColor
Output only. Color that can be used for text without a background.
Declaration
[JsonProperty("soloColor")]
public virtual GoogleTypeColor SoloColor { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeColor |