Sha256: ce60f41823c5b89bc9b92084ddaf4ace770b700ac22fdeb426fec9f239e32c9b
Contents?: true
Size: 416 Bytes
Versions: 6
Compression:
Stored size: 416 Bytes
Contents
# DatadogAPIClient::V2::LogsMetricResponseFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **query** | **String** | The search query - following the log search syntax. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsMetricResponseFilter.new( query: service:web* AND @http.status_code:[200 TO 299] ) ```
Version data entries
6 entries across 6 versions & 1 rubygems