Sha256: 56745ec3d7873c9a7ffc5cfb966589a6304e75ef2697d07b2405f2726ce3408a

Contents?: true

Size: 1.3 KB

Versions: 6

Compression:

Stored size: 1.3 KB

Contents

# DatadogAPIClient::V1::MetricsQueryResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | **String** | Message indicating the errors if status is not `ok`. | [optional][readonly] |
| **from_date** | **Integer** | Start of requested time window, milliseconds since Unix epoch. | [optional][readonly] |
| **group_by** | **Array<String>** | List of tag keys on which to group. | [optional][readonly] |
| **message** | **String** | Message indicating `success` if status is `ok`. | [optional][readonly] |
| **query** | **String** | Query string | [optional][readonly] |
| **res_type** | **String** | Type of response. | [optional][readonly] |
| **series** | [**Array<MetricsQueryMetadata>**](MetricsQueryMetadata.md) | List of timeseries queried. | [optional][readonly] |
| **status** | **String** | Status of the query. | [optional][readonly] |
| **to_date** | **Integer** | End of requested time window, milliseconds since Unix epoch. | [optional][readonly] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::MetricsQueryResponse.new(
  error: null,
  from_date: null,
  group_by: null,
  message: null,
  query: null,
  res_type: time_series,
  series: null,
  status: ok,
  to_date: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/MetricsQueryResponse.md
datadog_api_client-1.3.0 docs/v1/MetricsQueryResponse.md
datadog_api_client-1.2.0 docs/v1/MetricsQueryResponse.md
datadog_api_client-1.1.0 docs/v1/MetricsQueryResponse.md
datadog_api_client-1.0.0 docs/v1/MetricsQueryResponse.md
datadog_api_client-1.0.0.beta.3 docs/v1/MetricsQueryResponse.md