Class: DatadogAPIClient::V2::UsageSummaryAvailableFieldsBody
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UsageSummaryAvailableFieldsBody
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/usage_summary_available_fields_body.rb
Overview
Available-fields data.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
The lists of field names returned by
GET /api/v1/usage/summaryat each of its three response levels. -
#id ⇒ Object
The identifier for the discovery scope.
-
#type ⇒ Object
Type of available-fields data.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/usage_summary_available_fields_body.rb', line 36 def additional_properties @additional_properties end |
#attributes ⇒ Object
The lists of field names returned by GET /api/v1/usage/summary at each
of its three response levels. Each list contains every key the data endpoint
emits—both typed fields declared in the OpenAPI spec and untyped keys
exposed through additionalProperties.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/usage_summary_available_fields_body.rb', line 28 def attributes @attributes end |
#id ⇒ Object
The identifier for the discovery scope. Always "all".
31 32 33 |
# File 'lib/datadog_api_client/v2/models/usage_summary_available_fields_body.rb', line 31 def id @id end |
#type ⇒ Object
Type of available-fields data.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/usage_summary_available_fields_body.rb', line 34 def type @type end |