Sha256: aa57204c215c6d28f3d30708aa1f4e74414fba7b686b1a50d05e9fd2b344060e
Contents?: true
Size: 403 Bytes
Versions: 2
Compression:
Stored size: 403 Bytes
Contents
# DatadogAPIClient::V2::IncidentTeamCreateAttributes ## Properties | Name | Type | Description | Notes | | -------- | ---------- | -------------------------- | ----- | | **name** | **String** | Name of the incident team. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentTeamCreateAttributes.new( name: team name ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/IncidentTeamCreateAttributes.md |
datadog_api_client-1.5.0 | docs/v2/IncidentTeamCreateAttributes.md |