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

Version Path
datadog_api_client-1.4.0 docs/v2/Log.md
datadog_api_client-1.3.0 docs/v2/Log.md
datadog_api_client-1.2.0 docs/v2/Log.md
datadog_api_client-1.1.0 docs/v2/Log.md
datadog_api_client-1.0.0 docs/v2/Log.md
datadog_api_client-1.0.0.beta.3 docs/v2/Log.md
datadog_api_client-1.0.0.beta.2 docs/v2/Log.md