Sha256: d79374412d25d3c2b09c32d29ff0f7aeba67d0401c0e636ea1445208606d2a62
Contents?: true
Size: 1.26 KB
Versions: 2
Compression:
Stored size: 1.26 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/IncidentTeamResponseData.md |
datadog_api_client-1.5.0 | docs/v2/IncidentTeamResponseData.md |