Class: DatadogAPIClient::V2::FormUiDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FormUiDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/form_ui_definition.rb
Overview
UI configuration for rendering form fields, including widget overrides, field ordering, and themes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#ui_order ⇒ Object
The order in which form fields are displayed.
-
#ui_theme ⇒ Object
The visual theme applied to the form.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/form_ui_definition.rb', line 30 def additional_properties @additional_properties end |
#ui_order ⇒ Object
The order in which form fields are displayed.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/form_ui_definition.rb', line 25 def ui_order @ui_order end |
#ui_theme ⇒ Object
The visual theme applied to the form.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/form_ui_definition.rb', line 28 def ui_theme @ui_theme end |