| Name | Type | Description | Notes |
|---|---|---|---|
| Components | int32 | ||
| TimeSeries | int32 |
func NewMonitorIdentifierLookupOverrides(components int32, timeSeries int32, ) *MonitorIdentifierLookupOverrides
NewMonitorIdentifierLookupOverrides instantiates a new MonitorIdentifierLookupOverrides 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 NewMonitorIdentifierLookupOverridesWithDefaults() *MonitorIdentifierLookupOverrides
NewMonitorIdentifierLookupOverridesWithDefaults instantiates a new MonitorIdentifierLookupOverrides 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 *MonitorIdentifierLookupOverrides) GetComponents() int32
GetComponents returns the Components field if non-nil, zero value otherwise.
func (o *MonitorIdentifierLookupOverrides) GetComponentsOk() (*int32, bool)
GetComponentsOk returns a tuple with the Components field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierLookupOverrides) SetComponents(v int32)
SetComponents sets Components field to given value.
func (o *MonitorIdentifierLookupOverrides) GetTimeSeries() int32
GetTimeSeries returns the TimeSeries field if non-nil, zero value otherwise.
func (o *MonitorIdentifierLookupOverrides) GetTimeSeriesOk() (*int32, bool)
GetTimeSeriesOk returns a tuple with the TimeSeries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierLookupOverrides) SetTimeSeries(v int32)
SetTimeSeries sets TimeSeries field to given value.