Sha256: f48a59af4019982185f807836f1ce47c060dca8e52ff4c0f1c044a9dc9bd4ec7
Contents?: true
Size: 548 Bytes
Versions: 7
Compression:
Stored size: 548 Bytes
Contents
# DatadogAPIClient::V2::IncidentFieldAttributesSingleValue ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**IncidentFieldAttributesSingleValueType**](IncidentFieldAttributesSingleValueType.md) | | [optional][default to 'dropdown'] | | **value** | **String** | The single value selected for this field. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentFieldAttributesSingleValue.new( type: null, value: SEV-1 ) ```
Version data entries
7 entries across 7 versions & 1 rubygems