| Name | Type | Description | Notes |
|---|---|---|---|
| MetricQuery | string | ||
| ComponentType | int64 | ||
| TopN | Pointer to int32 | [optional] | |
| Overrides | Pointer to MonitorIdentifierLookupOverrides | [optional] |
func NewMonitorIdentifierLookup(metricQuery string, componentType int64, ) *MonitorIdentifierLookup
NewMonitorIdentifierLookup instantiates a new MonitorIdentifierLookup 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 NewMonitorIdentifierLookupWithDefaults() *MonitorIdentifierLookup
NewMonitorIdentifierLookupWithDefaults instantiates a new MonitorIdentifierLookup 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 *MonitorIdentifierLookup) GetMetricQuery() string
GetMetricQuery returns the MetricQuery field if non-nil, zero value otherwise.
func (o *MonitorIdentifierLookup) GetMetricQueryOk() (*string, bool)
GetMetricQueryOk returns a tuple with the MetricQuery field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierLookup) SetMetricQuery(v string)
SetMetricQuery sets MetricQuery field to given value.
func (o *MonitorIdentifierLookup) GetComponentType() int64
GetComponentType returns the ComponentType field if non-nil, zero value otherwise.
func (o *MonitorIdentifierLookup) GetComponentTypeOk() (*int64, bool)
GetComponentTypeOk returns a tuple with the ComponentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierLookup) SetComponentType(v int64)
SetComponentType sets ComponentType field to given value.
func (o *MonitorIdentifierLookup) GetTopN() int32
GetTopN returns the TopN field if non-nil, zero value otherwise.
func (o *MonitorIdentifierLookup) GetTopNOk() (*int32, bool)
GetTopNOk returns a tuple with the TopN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierLookup) SetTopN(v int32)
SetTopN sets TopN field to given value.
func (o *MonitorIdentifierLookup) HasTopN() bool
HasTopN returns a boolean if a field has been set.
func (o *MonitorIdentifierLookup) GetOverrides() MonitorIdentifierLookupOverrides
GetOverrides returns the Overrides field if non-nil, zero value otherwise.
func (o *MonitorIdentifierLookup) GetOverridesOk() (*MonitorIdentifierLookupOverrides, bool)
GetOverridesOk returns a tuple with the Overrides field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierLookup) SetOverrides(v MonitorIdentifierLookupOverrides)
SetOverrides sets Overrides field to given value.
func (o *MonitorIdentifierLookup) HasOverrides() bool
HasOverrides returns a boolean if a field has been set.