Class: DatadogAPIClient::V2::IncidentUserDefinedFieldMetadata

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

Overview

Metadata for autocomplete-type user-defined fields, describing how to populate autocomplete options.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/incident_user_defined_field_metadata.rb', line 42

def additional_properties
  @additional_properties
end

#categoryObject

The category of the autocomplete source.



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

def category
  @category
end

#search_limit_paramObject

The query parameter used to limit the number of autocomplete results.



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

def search_limit_param
  @search_limit_param
end

#search_paramsObject

Additional query parameters to include in the search URL.



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

def search_params
  @search_params
end

#search_query_paramObject

The query parameter used to pass typed input to the search URL.



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

def search_query_param
  @search_query_param
end

#search_result_pathObject

The JSON path to the results in the response body.



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

def search_result_path
  @search_result_path
end

#search_urlObject

The URL used to populate autocomplete options.



40
41
42
# File 'lib/datadog_api_client/v2/models/incident_user_defined_field_metadata.rb', line 40

def search_url
  @search_url
end