Sha256: bd6da3075511431143200233a8bb985f29038ad6f9040889ee1bcb1c168dede8
Contents?: true
Size: 543 Bytes
Versions: 6
Compression:
Stored size: 543 Bytes
Contents
# DatadogAPIClient::V1::LogQueryDefinitionGroupBy ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **facet** | **String** | Facet name. | | | **limit** | **Integer** | Maximum number of items in the group. | [optional] | | **sort** | [**LogQueryDefinitionGroupBySort**](LogQueryDefinitionGroupBySort.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogQueryDefinitionGroupBy.new( facet: resource_name, limit: 50, sort: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems