Sha256: 1a38e4d739f63f0bff80e122f8ca592e5be6c14ad54776e05086412e89599131
Contents?: true
Size: 778 Bytes
Versions: 2
Compression:
Stored size: 778 Bytes
Contents
# DatadogAPIClient::V2::IncidentTeamResponseAttributes ## Properties | Name | Type | Description | Notes | | ------------ | ---------- | ------------------------------------------------- | -------------------- | | **created** | **Time** | Timestamp of when the incident team was created. | [optional][readonly] | | **modified** | **Time** | Timestamp of when the incident team was modified. | [optional][readonly] | | **name** | **String** | Name of the incident team. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentTeamResponseAttributes.new( created: null, modified: null, name: team name ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/IncidentTeamResponseAttributes.md |
datadog_api_client-1.5.0 | docs/v2/IncidentTeamResponseAttributes.md |