Class: DatadogAPIClient::V2::DatasetAttributesRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DatasetAttributesRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dataset_attributes_request.rb
Overview
Dataset metadata and configurations.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
readonly
Name of the dataset.
-
#principals ⇒ Object
readonly
List of access principals, formatted as
principal_type:id
. -
#product_filters ⇒ Object
readonly
List of product-specific filters.
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/dataset_attributes_request.rb', line 33 def additional_properties @additional_properties end |
#name ⇒ Object
Name of the dataset.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dataset_attributes_request.rb', line 25 def name @name end |
#principals ⇒ Object
List of access principals, formatted as principal_type:id
. Principal can be 'team' or 'role'.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/dataset_attributes_request.rb', line 28 def principals @principals end |
#product_filters ⇒ Object
List of product-specific filters.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/dataset_attributes_request.rb', line 31 def product_filters @product_filters end |