| Name | Type | Description | Notes |
|---|---|---|---|
| MetricQuery | string | ||
| ComponentTypeName | string | ||
| TopN | Pointer to int32 | [optional] | |
| Overrides | Pointer to MonitorIdentifierLookupOverrides | [optional] |
func NewMonitorIdentifierLookup(metricQuery string, componentTypeName string, ) *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) GetComponentTypeName() string
GetComponentTypeName returns the ComponentTypeName field if non-nil, zero value otherwise.
func (o *MonitorIdentifierLookup) GetComponentTypeNameOk() (*string, bool)
GetComponentTypeNameOk returns a tuple with the ComponentTypeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierLookup) SetComponentTypeName(v string)
SetComponentTypeName sets ComponentTypeName 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.