Sha256: 85ce13a8fb7a1ef4f97c322c007e355034fe55a76f8f362a4592b6667c526af1
Contents?: true
Size: 557 Bytes
Versions: 7
Compression:
Stored size: 557 Bytes
Contents
# DatadogAPIClient::V2::LogsListResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<Log>**](Log.md) | Array of logs matching the request. | [optional] | | **links** | [**LogsListResponseLinks**](LogsListResponseLinks.md) | | [optional] | | **meta** | [**LogsResponseMetadata**](LogsResponseMetadata.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsListResponse.new( data: null, links: null, meta: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems