Class: DatadogAPIClient::V2::FacetInfoRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FacetInfoRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/facet_info_request_data_attributes.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#facet_id ⇒ Object
readonly
Returns the value of attribute facet_id.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#search ⇒ Object
Returns the value of attribute search.
-
#term_search ⇒ Object
Returns the value of attribute term_search.
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/facet_info_request_data_attributes.rb', line 36 def additional_properties @additional_properties end |
#facet_id ⇒ Object
Returns the value of attribute facet_id.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/facet_info_request_data_attributes.rb', line 25 def facet_id @facet_id end |
#limit ⇒ Object
Returns the value of attribute limit.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/facet_info_request_data_attributes.rb', line 28 def limit @limit end |
#search ⇒ Object
Returns the value of attribute search.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/facet_info_request_data_attributes.rb', line 31 def search @search end |
#term_search ⇒ Object
Returns the value of attribute term_search.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/facet_info_request_data_attributes.rb', line 34 def term_search @term_search end |