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.



29
30
31
# File 'lib/datadog_api_client/v1/models/run_workflow_widget_input.rb', line 29

def name
  @name
end

#valueObject

Dashboard template variable. Can be suffixed with ‘.value’ or ‘.key’.



32
33
34
# File 'lib/datadog_api_client/v1/models/run_workflow_widget_input.rb', line 32

def value
  @value
end