Class: DatadogAPIClient::V2::QueryAccountRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::QueryAccountRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/query_account_request_data_attributes.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#query ⇒ Object
Returns the value of attribute query.
-
#select_columns ⇒ Object
Returns the value of attribute select_columns.
-
#sort ⇒ Object
Returns the value of attribute sort.
-
#wildcard_search_term ⇒ Object
Returns the value of attribute wildcard_search_term.
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/query_account_request_data_attributes.rb', line 39 def additional_properties @additional_properties end |
#limit ⇒ Object
Returns the value of attribute limit.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/query_account_request_data_attributes.rb', line 25 def limit @limit end |
#query ⇒ Object
Returns the value of attribute query.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/query_account_request_data_attributes.rb', line 28 def query @query end |
#select_columns ⇒ Object
Returns the value of attribute select_columns.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/query_account_request_data_attributes.rb', line 31 def select_columns @select_columns end |
#sort ⇒ Object
Returns the value of attribute sort.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/query_account_request_data_attributes.rb', line 34 def sort @sort end |
#wildcard_search_term ⇒ Object
Returns the value of attribute wildcard_search_term.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/query_account_request_data_attributes.rb', line 37 def wildcard_search_term @wildcard_search_term end |