Class: DatadogAPIClient::V1::WildcardWidgetSpecification
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WildcardWidgetSpecification
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/wildcard_widget_specification.rb
Overview
Vega or Vega-Lite specification for custom visualization rendering. See https://vega.github.io/vega-lite/ for the full grammar reference.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#contents ⇒ Object
readonly
The Vega or Vega-Lite JSON specification object.
-
#type ⇒ Object
readonly
Type of specification used by the wildcard widget.
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/wildcard_widget_specification.rb', line 30 def additional_properties @additional_properties end |
#contents ⇒ Object
The Vega or Vega-Lite JSON specification object.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/wildcard_widget_specification.rb', line 25 def contents @contents end |
#type ⇒ Object
Type of specification used by the wildcard widget.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/wildcard_widget_specification.rb', line 28 def type @type end |