Class: DatadogAPIClient::V2::ModelLabFacetKeysAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ModelLabFacetKeysAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/model_lab_facet_keys_attributes.rb
Overview
Available facet key names for filtering resources.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#metrics ⇒ Object
The list of available metric facet keys.
-
#parameters ⇒ Object
readonly
The list of available parameter facet keys.
-
#tags ⇒ Object
readonly
The list of available tag facet keys.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/model_lab_facet_keys_attributes.rb', line 33 def additional_properties @additional_properties end |
#metrics ⇒ Object
The list of available metric facet keys.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/model_lab_facet_keys_attributes.rb', line 25 def metrics @metrics end |
#parameters ⇒ Object
The list of available parameter facet keys.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/model_lab_facet_keys_attributes.rb', line 28 def parameters @parameters end |
#tags ⇒ Object
The list of available tag facet keys.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/model_lab_facet_keys_attributes.rb', line 31 def @tags end |