Sha256: 342fc6a6f18d57e8c9deae6edc458edcc86022f7b99514156e5e7c76334e2e59

Contents?: true

Size: 1005 Bytes

Versions: 2

Compression:

Stored size: 1005 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/IncidentFieldAttributesSingleValue.md
datadog_api_client-1.5.0 docs/v2/IncidentFieldAttributesSingleValue.md