Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 328 Bytes

File metadata and controls

18 lines (12 loc) · 328 Bytes

DatadogAPIClient::V2::APIErrorResponse

Properties

Name Type Description Notes
errors Array<String> A list of errors.

Example

require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::APIErrorResponse.new(
  errors: null
)