Class: DatadogAPIClient::V2::IncidentImpactFieldDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentImpactFieldDataAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_response.rb
Overview
Attributes of an impact field in a response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#display_name ⇒ Object
readonly
The display name of the impact field.
-
#field_choices ⇒ Object
The choices for dropdown or multiselect fields.
-
#field_type ⇒ Object
readonly
The type of an impact field.
-
#name ⇒ Object
readonly
The normalized name of the impact field.
-
#tag_key ⇒ Object
The tag key associated with the field.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_response.rb', line 39 def additional_properties @additional_properties end |
#display_name ⇒ Object
The display name of the impact field.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_response.rb', line 25 def display_name @display_name end |
#field_choices ⇒ Object
The choices for dropdown or multiselect fields.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_response.rb', line 28 def field_choices @field_choices end |
#field_type ⇒ Object
The type of an impact field.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_response.rb', line 31 def field_type @field_type end |
#name ⇒ Object
The normalized name of the impact field.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_response.rb', line 34 def name @name end |
#tag_key ⇒ Object
The tag key associated with the field.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_response.rb', line 37 def tag_key @tag_key end |