Sha256: 9443c48ea0599846a70156b5e6fc47e1d5356779db5e708dd840ae91b2283e94
Contents?: true
Size: 460 Bytes
Versions: 2
Compression:
Stored size: 460 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/EventResponse.md |
datadog_api_client-1.5.0 | docs/v1/EventResponse.md |