| Name | Type | Description | Notes |
|---|---|---|---|
| Suggestions | []MonitorIdentifierSuggestion | ||
| ComponentsInspected | int64 | ||
| TimeseriesInspected | int64 |
func NewMonitorIdentifierSuggestions(suggestions []MonitorIdentifierSuggestion, componentsInspected int64, timeseriesInspected int64, ) *MonitorIdentifierSuggestions
NewMonitorIdentifierSuggestions instantiates a new MonitorIdentifierSuggestions 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 NewMonitorIdentifierSuggestionsWithDefaults() *MonitorIdentifierSuggestions
NewMonitorIdentifierSuggestionsWithDefaults instantiates a new MonitorIdentifierSuggestions 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 *MonitorIdentifierSuggestions) GetSuggestions() []MonitorIdentifierSuggestion
GetSuggestions returns the Suggestions field if non-nil, zero value otherwise.
func (o *MonitorIdentifierSuggestions) GetSuggestionsOk() (*[]MonitorIdentifierSuggestion, bool)
GetSuggestionsOk returns a tuple with the Suggestions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierSuggestions) SetSuggestions(v []MonitorIdentifierSuggestion)
SetSuggestions sets Suggestions field to given value.
func (o *MonitorIdentifierSuggestions) GetComponentsInspected() int64
GetComponentsInspected returns the ComponentsInspected field if non-nil, zero value otherwise.
func (o *MonitorIdentifierSuggestions) GetComponentsInspectedOk() (*int64, bool)
GetComponentsInspectedOk returns a tuple with the ComponentsInspected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierSuggestions) SetComponentsInspected(v int64)
SetComponentsInspected sets ComponentsInspected field to given value.
func (o *MonitorIdentifierSuggestions) GetTimeseriesInspected() int64
GetTimeseriesInspected returns the TimeseriesInspected field if non-nil, zero value otherwise.
func (o *MonitorIdentifierSuggestions) GetTimeseriesInspectedOk() (*int64, bool)
GetTimeseriesInspectedOk returns a tuple with the TimeseriesInspected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierSuggestions) SetTimeseriesInspected(v int64)
SetTimeseriesInspected sets TimeseriesInspected field to given value.