Sha256: ad1fb8c0c7cad1dc5c17b07c3f8d141de1c75c62470adbad6170a52201ce6d1d

Contents?: true

Size: 948 Bytes

Versions: 7

Compression:

Stored size: 948 Bytes

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

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/LogsResponseMetadata.md
datadog_api_client-1.3.0 docs/v2/LogsResponseMetadata.md
datadog_api_client-1.2.0 docs/v2/LogsResponseMetadata.md
datadog_api_client-1.1.0 docs/v2/LogsResponseMetadata.md
datadog_api_client-1.0.0 docs/v2/LogsResponseMetadata.md
datadog_api_client-1.0.0.beta.3 docs/v2/LogsResponseMetadata.md
datadog_api_client-1.0.0.beta.2 docs/v2/LogsResponseMetadata.md