Sha256: ba2ce40952b771f03d330a081e568eec9086d394423d9fc4e7d953c399fb7d5b
Contents?: true
Size: 800 Bytes
Versions: 2
Compression:
Stored size: 800 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsListRequest.md |
datadog_api_client-1.5.0 | docs/v2/LogsListRequest.md |