Class: DatadogAPIClient::V2::DatasetResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DatasetResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dataset_response.rb
Overview
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.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Dataset metadata and configuration(s).
-
#id ⇒ Object
Unique identifier for the dataset.
-
#type ⇒ Object
Resource type, always "dataset".
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/dataset_response.rb', line 43 def additional_properties @additional_properties end |
#attributes ⇒ Object
Dataset metadata and configuration(s).
35 36 37 |
# File 'lib/datadog_api_client/v2/models/dataset_response.rb', line 35 def attributes @attributes end |
#id ⇒ Object
Unique identifier for the dataset.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/dataset_response.rb', line 38 def id @id end |
#type ⇒ Object
Resource type, always "dataset".
41 42 43 |
# File 'lib/datadog_api_client/v2/models/dataset_response.rb', line 41 def type @type end |