Class: DatadogAPIClient::V1::RunWorkflowWidgetInput
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::RunWorkflowWidgetInput
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/run_workflow_widget_input.rb
Overview
Object to map a dashboard template variable to a workflow input.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
readonly
Name of the workflow input.
-
#value ⇒ Object
readonly
Dashboard template variable.
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/v1/models/run_workflow_widget_input.rb', line 30 def additional_properties @additional_properties end |
#name ⇒ Object
Name of the workflow input.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/run_workflow_widget_input.rb', line 25 def name @name end |
#value ⇒ Object
Dashboard template variable. Can be suffixed with '.value' or '.key'.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/run_workflow_widget_input.rb', line 28 def value @value end |