Class: DatadogAPIClient::V2::DatasetRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DatasetRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dataset_request.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
readonly
Dataset metadata and configurations.
-
#type ⇒ Object
readonly
Resource type, always “dataset”.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/dataset_request.rb', line 40 def additional_properties @additional_properties end |
#attributes ⇒ Object
Dataset metadata and configurations.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/dataset_request.rb', line 35 def attributes @attributes end |
#type ⇒ Object
Resource type, always “dataset”.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/dataset_request.rb', line 38 def type @type end |