Sha256: 6d35aab533a43a3be0ac2aaf8d4d199b0de73f700878a341af49ce869ae1f5b6
Contents?: true
Size: 847 Bytes
Versions: 2
Compression:
Stored size: 847 Bytes
Contents
# DatadogAPIClient::V2::Log ## Properties | Name | Type | Description | Notes | | -------------- | ------------------------------------- | --------------------- | ------------------------------------ | | **attributes** | [**LogAttributes**](LogAttributes.md) | | [optional] | | **id** | **String** | Unique ID of the Log. | [optional] | | **type** | [**LogType**](LogType.md) | | [optional][default to 'log'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::Log.new( attributes: null, id: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/Log.md |
datadog_api_client-1.5.0 | docs/v2/Log.md |