| Name | Type | Description | Notes |
|---|---|---|---|
| SpanFilter | SpanFilter | ||
| TraceAttributes | map[string][]string | Filter traces by 1 or more attributes | |
| SortBy | Pointer to []SpanSortOption | [optional] |
func NewTraceQuery(spanFilter SpanFilter, traceAttributes map[string][]string, ) *TraceQuery
NewTraceQuery instantiates a new TraceQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTraceQueryWithDefaults() *TraceQuery
NewTraceQueryWithDefaults instantiates a new TraceQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *TraceQuery) GetSpanFilter() SpanFilter
GetSpanFilter returns the SpanFilter field if non-nil, zero value otherwise.
func (o *TraceQuery) GetSpanFilterOk() (*SpanFilter, bool)
GetSpanFilterOk returns a tuple with the SpanFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TraceQuery) SetSpanFilter(v SpanFilter)
SetSpanFilter sets SpanFilter field to given value.
func (o *TraceQuery) GetTraceAttributes() map[string][]string
GetTraceAttributes returns the TraceAttributes field if non-nil, zero value otherwise.
func (o *TraceQuery) GetTraceAttributesOk() (*map[string][]string, bool)
GetTraceAttributesOk returns a tuple with the TraceAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TraceQuery) SetTraceAttributes(v map[string][]string)
SetTraceAttributes sets TraceAttributes field to given value.
func (o *TraceQuery) GetSortBy() []SpanSortOption
GetSortBy returns the SortBy field if non-nil, zero value otherwise.
func (o *TraceQuery) GetSortByOk() (*[]SpanSortOption, bool)
GetSortByOk returns a tuple with the SortBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TraceQuery) SetSortBy(v []SpanSortOption)
SetSortBy sets SortBy field to given value.
func (o *TraceQuery) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.