Class: DatadogAPIClient::V2::UsageQuotasBulkResponse

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/usage_quotas_bulk_response.rb

Overview

Response containing the result of a bulk usage quota create-or-update request. Returned with a 200 status regardless of whether individual items succeeded or failed; check each item's error attribute to determine its outcome.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



27
28
29
# File 'lib/datadog_api_client/v2/models/usage_quotas_bulk_response.rb', line 27

def additional_properties
  @additional_properties
end

#dataObject

The results of writing each usage quota in a bulk create-or-update request, in the same order as the request.



25
26
27
# File 'lib/datadog_api_client/v2/models/usage_quotas_bulk_response.rb', line 25

def data
  @data
end