Class: DatadogAPIClient::V1::EmbeddedAppWidgetInput

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/embedded_app_widget_input.rb

Overview

An input passed to the embedded app.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nameObject

Name of the app input.



25
26
27
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_input.rb', line 25

def name
  @name
end

#valueObject

Value of the app input. The API accepts a string, number, boolean, object, or a non-empty homogeneous array of those types.



28
29
30
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_input.rb', line 28

def value
  @value
end