Class: DatadogAPIClient::V2::DatasetResponseSingle
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DatasetResponseSingle
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dataset_response_single.rb
Overview
Response containing a single dataset object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
Datasets Object Constraints - Tag Limit per Dataset: - Each restricted dataset supports a maximum of 10 key:value pairs per product.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/dataset_response_single.rb', line 37 def additional_properties @additional_properties end |
#data ⇒ Object
Datasets Object Constraints
Tag Limit per Dataset:
- Each restricted dataset supports a maximum of 10 key:value pairs per product.
Tag Key Rules per Telemetry Type:
- Only one tag key or attribute may be used to define access within a single telemetry type.
- The same or different tag key may be used across different telemetry types.
Tag Value Uniqueness:
- Tag values must be unique within a single dataset.
- A tag value used in one dataset cannot be reused in another dataset of the same telemetry type.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/dataset_response_single.rb', line 35 def data @data end |