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