Class: DatadogAPIClient::V2::IncidentImpactFieldDataAttributesRequest

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

Overview

Attributes for creating an impact field.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_request.rb', line 39

def additional_properties
  @additional_properties
end

#display_nameObject

The display name of the impact field.



25
26
27
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_request.rb', line 25

def display_name
  @display_name
end

#field_choicesObject

The choices for dropdown or multiselect fields.



28
29
30
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_request.rb', line 28

def field_choices
  @field_choices
end

#field_typeObject

The type of an impact field.



31
32
33
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_request.rb', line 31

def field_type
  @field_type
end

#nameObject

The normalized name of the impact field (used as identifier).



34
35
36
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_request.rb', line 34

def name
  @name
end

#tag_keyObject

The tag key associated with the field (for metrictag type).



37
38
39
# File 'lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_request.rb', line 37

def tag_key
  @tag_key
end