Class: DatadogAPIClient::V2::IncidentFieldAttributesSingleValue

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/incident_field_attributes_single_value.rb

Overview

A field with a single value selected.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#typeObject

Type of the single value field definitions.



29
30
31
# File 'lib/datadog_api_client/v2/models/incident_field_attributes_single_value.rb', line 29

def type
  @type
end

#valueObject

The single value selected for this field.



32
33
34
# File 'lib/datadog_api_client/v2/models/incident_field_attributes_single_value.rb', line 32

def value
  @value
end