Class: DatadogAPIClient::V1::EmbeddedAppWidgetInput
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::EmbeddedAppWidgetInput
- 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
-
#name ⇒ Object
readonly
Name of the app input.
-
#value ⇒ Object
readonly
Value of the app input.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#name ⇒ Object
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 |
#value ⇒ Object
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 |