Class: DatadogAPIClient::V2::FormUiDefinitionUiTheme
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FormUiDefinitionUiTheme
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/form_ui_definition_ui_theme.rb
Overview
The visual theme applied to the form.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#primary_color ⇒ Object
The primary color of the form theme.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/form_ui_definition_ui_theme.rb', line 27 def additional_properties @additional_properties end |
#primary_color ⇒ Object
The primary color of the form theme.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/form_ui_definition_ui_theme.rb', line 25 def primary_color @primary_color end |