Sha256: 2d7b32bd839365e81556c5353b2d49c95a5c8f8e95f300a064d17564e05fda7f

Contents?: true

Size: 380 Bytes

Versions: 7

Compression:

Stored size: 380 Bytes

Contents

# DatadogAPIClient::V1::EventResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **event** | [**Event**](Event.md) |  | [optional] |
| **status** | **String** | A status. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::EventResponse.new(
  event: null,
  status: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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