Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaBadgeColors

The color derived from BadgeConfig and changed to the closest recommended supported color.

Inheritance
object
GoogleAppsDriveLabelsV2betaBadgeColors
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaBadgeColors : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX