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