Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.51 KB

File metadata and controls

72 lines (39 loc) · 2.51 KB

TraceQueryMatchAllOf

Properties

Name Type Description Notes
PrimaryFilterMatches []string Spans matching the primary filter
SecondaryFilterMatches []string Spans matching the secondary filter

Methods

NewTraceQueryMatchAllOf

func NewTraceQueryMatchAllOf(primaryFilterMatches []string, secondaryFilterMatches []string, ) *TraceQueryMatchAllOf

NewTraceQueryMatchAllOf instantiates a new TraceQueryMatchAllOf 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

NewTraceQueryMatchAllOfWithDefaults

func NewTraceQueryMatchAllOfWithDefaults() *TraceQueryMatchAllOf

NewTraceQueryMatchAllOfWithDefaults instantiates a new TraceQueryMatchAllOf 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

GetPrimaryFilterMatches

func (o *TraceQueryMatchAllOf) GetPrimaryFilterMatches() []string

GetPrimaryFilterMatches returns the PrimaryFilterMatches field if non-nil, zero value otherwise.

GetPrimaryFilterMatchesOk

func (o *TraceQueryMatchAllOf) GetPrimaryFilterMatchesOk() (*[]string, bool)

GetPrimaryFilterMatchesOk returns a tuple with the PrimaryFilterMatches field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPrimaryFilterMatches

func (o *TraceQueryMatchAllOf) SetPrimaryFilterMatches(v []string)

SetPrimaryFilterMatches sets PrimaryFilterMatches field to given value.

GetSecondaryFilterMatches

func (o *TraceQueryMatchAllOf) GetSecondaryFilterMatches() []string

GetSecondaryFilterMatches returns the SecondaryFilterMatches field if non-nil, zero value otherwise.

GetSecondaryFilterMatchesOk

func (o *TraceQueryMatchAllOf) GetSecondaryFilterMatchesOk() (*[]string, bool)

GetSecondaryFilterMatchesOk returns a tuple with the SecondaryFilterMatches field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSecondaryFilterMatches

func (o *TraceQueryMatchAllOf) SetSecondaryFilterMatches(v []string)

SetSecondaryFilterMatches sets SecondaryFilterMatches field to given value.

[Back to Model list] [Back to API list] [Back to README]