Class: DatadogAPIClient::V2::CIAppResponseMetadata

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

Overview

The metadata associated with a request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#elapsedObject

The time elapsed in milliseconds.



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

def elapsed
  @elapsed
end

#request_idObject

The identifier of the request.



28
29
30
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata.rb', line 28

def request_id
  @request_id
end

#statusObject

The status of the response.



31
32
33
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata.rb', line 31

def status
  @status
end

#warningsObject

A list of warnings (non-fatal errors) encountered. Partial results may return if warnings are present in the response.



35
36
37
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata.rb', line 35

def warnings
  @warnings
end