Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 4.75 KB

SumoSearchPanelAllOf.md

File metadata and controls

155 lines (84 loc) · 4.75 KB

SumoSearchPanelAllOf

Properties

Name Type Description Notes
Queries []Query Metrics and log queries of the panel.
Description Pointer to string Description of the panel. [optional]
TimeRange Pointer to ResolvableTimeRange [optional]
ColoringRules Pointer to []ColoringRule Rules to set the color of data. [optional]
LinkedDashboards Pointer to []LinkedDashboard List of linked dashboards. [optional]

Methods

NewSumoSearchPanelAllOf

func NewSumoSearchPanelAllOf(queries []Query, ) *SumoSearchPanelAllOf

NewSumoSearchPanelAllOf instantiates a new SumoSearchPanelAllOf 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

NewSumoSearchPanelAllOfWithDefaults

func NewSumoSearchPanelAllOfWithDefaults() *SumoSearchPanelAllOf

NewSumoSearchPanelAllOfWithDefaults instantiates a new SumoSearchPanelAllOf 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

GetQueries

func (o *SumoSearchPanelAllOf) GetQueries() []Query

GetQueries returns the Queries field if non-nil, zero value otherwise.

GetQueriesOk

func (o *SumoSearchPanelAllOf) 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.

SetQueries

func (o *SumoSearchPanelAllOf) SetQueries(v []Query)

SetQueries sets Queries field to given value.

GetDescription

func (o *SumoSearchPanelAllOf) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *SumoSearchPanelAllOf) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *SumoSearchPanelAllOf) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SumoSearchPanelAllOf) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetTimeRange

func (o *SumoSearchPanelAllOf) GetTimeRange() ResolvableTimeRange

GetTimeRange returns the TimeRange field if non-nil, zero value otherwise.

GetTimeRangeOk

func (o *SumoSearchPanelAllOf) 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.

SetTimeRange

func (o *SumoSearchPanelAllOf) SetTimeRange(v ResolvableTimeRange)

SetTimeRange sets TimeRange field to given value.

HasTimeRange

func (o *SumoSearchPanelAllOf) HasTimeRange() bool

HasTimeRange returns a boolean if a field has been set.

GetColoringRules

func (o *SumoSearchPanelAllOf) GetColoringRules() []ColoringRule

GetColoringRules returns the ColoringRules field if non-nil, zero value otherwise.

GetColoringRulesOk

func (o *SumoSearchPanelAllOf) GetColoringRulesOk() (*[]ColoringRule, bool)

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

SetColoringRules

func (o *SumoSearchPanelAllOf) SetColoringRules(v []ColoringRule)

SetColoringRules sets ColoringRules field to given value.

HasColoringRules

func (o *SumoSearchPanelAllOf) HasColoringRules() bool

HasColoringRules returns a boolean if a field has been set.

GetLinkedDashboards

func (o *SumoSearchPanelAllOf) GetLinkedDashboards() []LinkedDashboard

GetLinkedDashboards returns the LinkedDashboards field if non-nil, zero value otherwise.

GetLinkedDashboardsOk

func (o *SumoSearchPanelAllOf) GetLinkedDashboardsOk() (*[]LinkedDashboard, bool)

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

SetLinkedDashboards

func (o *SumoSearchPanelAllOf) SetLinkedDashboards(v []LinkedDashboard)

SetLinkedDashboards sets LinkedDashboards field to given value.

HasLinkedDashboards

func (o *SumoSearchPanelAllOf) HasLinkedDashboards() bool

HasLinkedDashboards returns a boolean if a field has been set.

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