Class: DatadogAPIClient::V2::AnnotationColor
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AnnotationColor
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/annotation_color.rb
Overview
Color used to render the annotation in the UI.
Constant Summary collapse
- GRAY =
"gray".freeze
- BLUE =
"blue".freeze
- PURPLE =
"purple".freeze
- GREEN =
"green".freeze
- YELLOW =
"yellow".freeze
- RED =
"red".freeze