Name | Type | Description | Notes |
---|---|---|---|
RowId | string | Row identifier. All row IDs are represented by subsequent upper case letters starting with `A`. | |
Query | string | Metrics query. |
func NewMetricsSearchQuery(rowId string, query string, ) *MetricsSearchQuery
NewMetricsSearchQuery instantiates a new MetricsSearchQuery 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 NewMetricsSearchQueryWithDefaults() *MetricsSearchQuery
NewMetricsSearchQueryWithDefaults instantiates a new MetricsSearchQuery 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 *MetricsSearchQuery) GetRowId() string
GetRowId returns the RowId field if non-nil, zero value otherwise.
func (o *MetricsSearchQuery) GetRowIdOk() (*string, bool)
GetRowIdOk returns a tuple with the RowId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricsSearchQuery) SetRowId(v string)
SetRowId sets RowId field to given value.
func (o *MetricsSearchQuery) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *MetricsSearchQuery) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricsSearchQuery) SetQuery(v string)
SetQuery sets Query field to given value.