Sha256: 748280621ba5d7e2e041f8ecd8e240f92cc73b1ef9ce837b88f19a7a8dd3f68e
Contents?: true
Size: 617 Bytes
Versions: 7
Compression:
Stored size: 617 Bytes
Contents
# DatadogAPIClient::V2::IncidentTeamCreateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**IncidentTeamCreateAttributes**](IncidentTeamCreateAttributes.md) | | [optional] | | **relationships** | [**IncidentTeamRelationships**](IncidentTeamRelationships.md) | | [optional] | | **type** | [**IncidentTeamType**](IncidentTeamType.md) | | [default to 'teams'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentTeamCreateData.new( attributes: null, relationships: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems