Class: DatadogAPIClient::V2::IncidentUserDefinedFieldMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentUserDefinedFieldMetadata
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#category ⇒ Object
readonly
The category of the autocomplete source.
-
#search_limit_param ⇒ Object
readonly
The query parameter used to limit the number of autocomplete results.
-
#search_params ⇒ Object
readonly
Additional query parameters to include in the search URL.
-
#search_query_param ⇒ Object
readonly
The query parameter used to pass typed input to the search URL.
-
#search_result_path ⇒ Object
readonly
The JSON path to the results in the response body.
-
#search_url ⇒ Object
readonly
The URL used to populate autocomplete options.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#category ⇒ Object
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_param ⇒ Object
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_params ⇒ Object
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_param ⇒ Object
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_path ⇒ Object
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_url ⇒ Object
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 |