Sha256: 6e549b9949109d86ce4e75e8a66106285fe81ec2f6109f3eb9c47e76222f3103
Contents?: true
Size: 718 Bytes
Versions: 2
Compression:
Stored size: 718 Bytes
Contents
# DatadogAPIClient::V2::IncidentTeamUpdateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**IncidentTeamUpdateAttributes**](IncidentTeamUpdateAttributes.md) | | [optional] | | **id** | **String** | The incident team's ID. | | | **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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.3 | docs/v2/IncidentTeamUpdateData.md |
datadog_api_client-1.0.0.beta.2 | docs/v2/IncidentTeamUpdateData.md |