Class: DatadogAPIClient::V2::IncidentUserDefinedFieldValidValue
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentUserDefinedFieldValidValue
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_user_defined_field_valid_value.rb
Overview
A valid value for an incident user-defined field.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
A detailed description of the valid value.
-
#display_name ⇒ Object
readonly
The human-readable display name for this value.
-
#short_description ⇒ Object
A short description of the valid value.
-
#value ⇒ Object
readonly
The identifier that is stored when this option is selected.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/incident_user_defined_field_valid_value.rb', line 36 def additional_properties @additional_properties end |
#description ⇒ Object
A detailed description of the valid value.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_user_defined_field_valid_value.rb', line 25 def description @description end |
#display_name ⇒ Object
The human-readable display name for this value.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_user_defined_field_valid_value.rb', line 28 def display_name @display_name end |
#short_description ⇒ Object
A short description of the valid value.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_user_defined_field_valid_value.rb', line 31 def short_description @short_description end |
#value ⇒ Object
The identifier that is stored when this option is selected.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/incident_user_defined_field_valid_value.rb', line 34 def value @value end |