Sha256: 63cc1b14f0dc3c8c3542f903c450803c1b26b3d03f75985b4f2c59afc2911fc2

Contents?: true

Size: 1.87 KB

Versions: 2

Compression:

Stored size: 1.87 KB

Contents

# DatadogAPIClient::V2::LogsResponseMetadata

## Properties

| Name           | Type                                                              | Description                                                                                                                   | Notes      |
| -------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ---------- |
| **elapsed**    | **Integer**                                                       | The time elapsed in milliseconds                                                                                              | [optional] |
| **page**       | [**LogsResponseMetadataPage**](LogsResponseMetadataPage.md)       |                                                                                                                               | [optional] |
| **request_id** | **String**                                                        | The identifier of the request                                                                                                 | [optional] |
| **status**     | [**LogsAggregateResponseStatus**](LogsAggregateResponseStatus.md) |                                                                                                                               | [optional] |
| **warnings**   | [**Array<LogsWarning>**](LogsWarning.md)                    | A list of warnings (non fatal errors) encountered, partial results might be returned if warnings are present in the response. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsResponseMetadata.new(
  elapsed: 132,
  page: null,
  request_id: MWlFUjVaWGZTTTZPYzM0VXp1OXU2d3xLSVpEMjZKQ0VKUTI0dEYtM3RSOFVR,
  status: null,
  warnings: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/LogsResponseMetadata.md
datadog_api_client-1.5.0 docs/v2/LogsResponseMetadata.md