Class: DatadogAPIClient::V1::RunWorkflowWidgetInput

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nameObject

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

#valueObject

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