Class: DatadogAPIClient::V2::IncidentFieldAttributesValueType

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

Overview

Type of the multiple value field definitions.

Constant Summary collapse

MULTISELECT =
"multiselect".freeze
TEXTARRAY =
"textarray".freeze
METRICTAG =
"metrictag".freeze
AUTOCOMPLETE =
"autocomplete".freeze

Method Summary

Methods included from BaseEnumModel

included