Sha256: 5dda3c2f63710afa4ae11abd987f90f044a80c0bdde78f3a3d83f1de208f5836
Contents?: true
Size: 602 Bytes
Versions: 7
Compression:
Stored size: 602 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
7 entries across 7 versions & 1 rubygems