Sha256: 56bd125f61d42dd7e421a2643d78119da54b3d70345ecf08237a58bb97d2070f
Contents?: true
Size: 591 Bytes
Versions: 7
Compression:
Stored size: 591 Bytes
Contents
# DatadogAPIClient::V2::IncidentCreateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**IncidentCreateAttributes**](IncidentCreateAttributes.md) | | | | **relationships** | [**IncidentCreateRelationships**](IncidentCreateRelationships.md) | | [optional] | | **type** | [**IncidentType**](IncidentType.md) | | [default to 'incidents'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentCreateData.new( attributes: null, relationships: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems