Class: DatadogAPIClient::V2::TenancyProductsDataAttributesProductsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TenancyProductsDataAttributesProductsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/tenancy_products_data_attributes_products_items.rb
Overview
An individual Datadog product with its enablement status for a tenancy.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#enabled ⇒ Object
Indicates whether the product is enabled for the tenancy.
-
#product_key ⇒ Object
The unique key identifying the Datadog product (for example, CLOUD_SECURITY_POSTURE_MANAGEMENT).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/tenancy_products_data_attributes_products_items.rb', line 30 def additional_properties @additional_properties end |
#enabled ⇒ Object
Indicates whether the product is enabled for the tenancy.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/tenancy_products_data_attributes_products_items.rb', line 25 def enabled @enabled end |
#product_key ⇒ Object
The unique key identifying the Datadog product (for example, CLOUD_SECURITY_POSTURE_MANAGEMENT).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/tenancy_products_data_attributes_products_items.rb', line 28 def product_key @product_key end |