Class: DatadogAPIClient::V1::WildcardWidgetSpecification

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#contentsObject

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

#typeObject

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