Sha256: 230e65b039e47f3905c76fe17928b858747191c5be70d53963634797f4f7a689
Contents?: true
Size: 746 Bytes
Versions: 7
Compression:
Stored size: 746 Bytes
Contents
# DatadogAPIClient::V2::IncidentTeamResponseData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**IncidentTeamResponseAttributes**](IncidentTeamResponseAttributes.md) | | [optional] | | **id** | **String** | The incident team's ID. | [optional] | | **relationships** | [**IncidentTeamRelationships**](IncidentTeamRelationships.md) | | [optional] | | **type** | [**IncidentTeamType**](IncidentTeamType.md) | | [optional][default to 'teams'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentTeamResponseData.new( attributes: null, id: 00000000-0000-0000-0000-000000000000, relationships: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems