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