Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2BadgeConfig

Badge status of the label.

Inheritance
object
GoogleAppsDriveLabelsV2BadgeConfig
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX