Sha256: 3a59bf7a0bb899c212d5b0e5aa96c48ab683df42dbc04fa54be9c65506c0c019
Contents?: true
Size: 602 Bytes
Versions: 3
Compression:
Stored size: 602 Bytes
Contents
# DatadogAPIClient::V2::RelationshipToIncidentIntegrationMetadataData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | A unique identifier that represents the integration metadata. | | | **type** | [**IncidentIntegrationMetadataType**](IncidentIntegrationMetadataType.md) | | [default to 'incident_integration_metadata'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::RelationshipToIncidentIntegrationMetadataData.new( id: 00000000-0000-0000-0000-000000000000, type: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems