Name | Type | Description | Notes |
---|---|---|---|
Queries | Pointer to []Query | Traces queries of the panel. | [optional] |
TimeRange | Pointer to ResolvableTimeRange | [optional] |
func NewTracesListPanel() *TracesListPanel
NewTracesListPanel instantiates a new TracesListPanel 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 NewTracesListPanelWithDefaults() *TracesListPanel
NewTracesListPanelWithDefaults instantiates a new TracesListPanel 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 *TracesListPanel) GetQueries() []Query
GetQueries returns the Queries field if non-nil, zero value otherwise.
func (o *TracesListPanel) GetQueriesOk() (*[]Query, bool)
GetQueriesOk returns a tuple with the Queries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TracesListPanel) SetQueries(v []Query)
SetQueries sets Queries field to given value.
func (o *TracesListPanel) HasQueries() bool
HasQueries returns a boolean if a field has been set.
func (o *TracesListPanel) GetTimeRange() ResolvableTimeRange
GetTimeRange returns the TimeRange field if non-nil, zero value otherwise.
func (o *TracesListPanel) GetTimeRangeOk() (*ResolvableTimeRange, bool)
GetTimeRangeOk returns a tuple with the TimeRange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TracesListPanel) SetTimeRange(v ResolvableTimeRange)
SetTimeRange sets TimeRange field to given value.
func (o *TracesListPanel) HasTimeRange() bool
HasTimeRange returns a boolean if a field has been set.