Sha256: 66fbce9dba620cc1459ae6cb03d777fc67918fb113afa4229c01b1d3671fae1e
Contents?: true
Size: 610 Bytes
Versions: 6
Compression:
Stored size: 610 Bytes
Contents
# DatadogAPIClient::V1::ProcessQueryDefinition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **filter_by** | **Array<String>** | List of processes. | [optional] | | **limit** | **Integer** | Max number of items in the filter list. | [optional] | | **metric** | **String** | Your chosen metric. | | | **search_by** | **String** | Your chosen search term. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::ProcessQueryDefinition.new( filter_by: null, limit: null, metric: , search_by: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems