Sha256: 57d518df49d8eaefda8964791aaa072000b94c3671c01a2e263a2bbb8c571b99
Contents?: true
Size: 600 Bytes
Versions: 7
Compression:
Stored size: 600 Bytes
Contents
# DatadogAPIClient::V2::LogsListRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **filter** | [**LogsQueryFilter**](LogsQueryFilter.md) | | [optional] | | **options** | [**LogsQueryOptions**](LogsQueryOptions.md) | | [optional] | | **page** | [**LogsListRequestPage**](LogsListRequestPage.md) | | [optional] | | **sort** | [**LogsSort**](LogsSort.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsListRequest.new( filter: null, options: null, page: null, sort: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems