Class: DatadogAPIClient::V2::CIAppResponseMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CIAppResponseMetadata
- 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
-
#elapsed ⇒ Object
The time elapsed in milliseconds.
-
#request_id ⇒ Object
The identifier of the request.
-
#status ⇒ Object
The status of the response.
-
#warnings ⇒ Object
A list of warnings (non-fatal errors) encountered.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#elapsed ⇒ Object
The time elapsed in milliseconds.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata.rb', line 29 def elapsed @elapsed end |
#request_id ⇒ Object
The identifier of the request.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata.rb', line 32 def request_id @request_id end |
#status ⇒ Object
The status of the response.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata.rb', line 35 def status @status end |
#warnings ⇒ Object
A list of warnings (non-fatal errors) encountered. Partial results may return if warnings are present in the response.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata.rb', line 39 def warnings @warnings end |