Class: DatadogAPIClient::V2::UsageQuotaBulkResultData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UsageQuotaBulkResultData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/usage_quota_bulk_result_data.rb
Overview
The result of writing one usage quota in a bulk create-or-update request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Attributes of a usage quota bulk write result.
-
#id ⇒ Object
readonly
An opaque usage quota identifier.
-
#type ⇒ Object
readonly
The JSON:API resource type for a usage quota.
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/usage_quota_bulk_result_data.rb', line 33 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes of a usage quota bulk write result. On success, all fields except error are present. On failure, only error is present and the other fields are omitted.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/usage_quota_bulk_result_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
An opaque usage quota identifier. Clients must pass this value back verbatim in update and delete requests and must not infer any structure from it.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/usage_quota_bulk_result_data.rb', line 28 def id @id end |
#type ⇒ Object
The JSON:API resource type for a usage quota.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/usage_quota_bulk_result_data.rb', line 31 def type @type end |