Class: DatadogAPIClient::V2::CIAppResponseMetadataWithPagination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CIAppResponseMetadataWithPagination
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ci_app_response_metadata_with_pagination.rb
Overview
The metadata associated with a request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#elapsed ⇒ Object
The time elapsed in milliseconds.
-
#page ⇒ Object
Paging attributes.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata_with_pagination.rb', line 40 def additional_properties @additional_properties end |
#elapsed ⇒ Object
The time elapsed in milliseconds.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata_with_pagination.rb', line 25 def elapsed @elapsed end |
#page ⇒ Object
Paging attributes.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata_with_pagination.rb', line 28 def page @page end |
#request_id ⇒ Object
The identifier of the request.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata_with_pagination.rb', line 31 def request_id @request_id end |
#status ⇒ Object
The status of the response.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata_with_pagination.rb', line 34 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.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/ci_app_response_metadata_with_pagination.rb', line 38 def warnings @warnings end |