Sha256: 5594ce0c71fe92597362203246ee0a3a8c510171e4d4d0833fa4bf8309dbf480
Contents?: true
Size: 533 Bytes
Versions: 7
Compression:
Stored size: 533 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
7 entries across 7 versions & 1 rubygems