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