Sha256: 98ad69a1a45430ce88f6364091b27ddf8f33f0890cc2cb67b0d1c292b7c4ce1f
Contents?: true
Size: 568 Bytes
Versions: 2
Compression:
Stored size: 568 Bytes
Contents
# DatadogAPIClient::V1::Log ## Properties | Name | Type | Description | Notes | | ----------- | ------------------------------- | --------------------- | ---------- | | **content** | [**LogContent**](LogContent.md) | | [optional] | | **id** | **String** | Unique ID of the Log. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::Log.new( content: null, id: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/Log.md |
datadog_api_client-1.5.0 | docs/v1/Log.md |