Sha256: 4035d7ea32feeaa88eb3abfb3e9a626b347f83dc91c439953999638c342c44aa

Contents?: true

Size: 1.15 KB

Versions: 3

Compression:

Stored size: 1.15 KB

Contents

=begin
#Datadog API V1 Collection

#Collection of all Datadog Public endpoints.

The version of the OpenAPI document: 1.0
Contact: support@datadoghq.com
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator

 Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
 This product includes software developed at Datadog (https://www.datadoghq.com/).
 Copyright 2020-Present Datadog, Inc.

=end

require 'date'
require 'time'

module DatadogAPIClient::V1
  # Color-on-color palette to highlight replaced text.
  class TableWidgetTextFormatPalette
    include BaseEnumModel

    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
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
datadog_api_client-2.29.1 lib/datadog_api_client/v1/models/table_widget_text_format_palette.rb
datadog_api_client-2.28.1 lib/datadog_api_client/v1/models/table_widget_text_format_palette.rb
datadog_api_client-2.27.1 lib/datadog_api_client/v1/models/table_widget_text_format_palette.rb