Class: DatadogAPIClient::V2::SpansListRequestAttributes

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

Overview

The object containing all the query parameters.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#filterObject

The search and filter query settings.



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

def filter
  @filter
end

#optionsObject

Global query options that are used during the query. Note: You should only supply timezone or time offset but not both otherwise the query will fail.



29
30
31
# File 'lib/datadog_api_client/v2/models/spans_list_request_attributes.rb', line 29

def options
  @options
end

#pageObject

Paging attributes for listing spans.



32
33
34
# File 'lib/datadog_api_client/v2/models/spans_list_request_attributes.rb', line 32

def page
  @page
end

#sortObject

Sort parameters when querying spans.



35
36
37
# File 'lib/datadog_api_client/v2/models/spans_list_request_attributes.rb', line 35

def sort
  @sort
end