Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAppsDriveLabelsV2BadgeColors

import type { GoogleAppsDriveLabelsV2BadgeColors } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";

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

interface GoogleAppsDriveLabelsV2BadgeColors {
readonly backgroundColor?: GoogleTypeColor;
readonly foregroundColor?: GoogleTypeColor;
readonly soloColor?: GoogleTypeColor;
}

§Properties

§
readonly backgroundColor?: GoogleTypeColor
[src]

Output only. Badge background that pairs with the foreground.

§
readonly foregroundColor?: GoogleTypeColor
[src]

Output only. Badge foreground that pairs with the background.

§
readonly soloColor?: GoogleTypeColor
[src]

Output only. Color that can be used for text without a background.