Class: DatadogAPIClient::V1::TableWidgetTextFormatPalette

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v1/models/table_widget_text_format_palette.rb

Overview

Color-on-color palette to highlight replaced text.

Constant Summary collapse

WHITE_ON_RED =
"white_on_red".freeze
WHITE_ON_YELLOW =
"white_on_yellow".freeze
WHITE_ON_GREEN =
"white_on_green".freeze
BLACK_ON_LIGHT_RED =
"black_on_light_red".freeze
BLACK_ON_LIGHT_YELLOW =
"black_on_light_yellow".freeze
BLACK_ON_LIGHT_GREEN =
"black_on_light_green".freeze
RED_ON_WHITE =
"red_on_white".freeze
YELLOW_ON_WHITE =
"yellow_on_white".freeze
GREEN_ON_WHITE =
"green_on_white".freeze
CUSTOM_BG =
"custom_bg".freeze
CUSTOM_TEXT =
"custom_text".freeze

Method Summary

Methods included from BaseEnumModel

included