| Name | Type | Description | Notes |
|---|---|---|---|
| UniqueIdentifiers | int32 | The number of unique identifiers for the total health state count. Only available when there non-empty identifiers. | |
| MatchingComponents | int32 | The number of components for the identifiers: matchingComponents <= uniqueIdentifiers. Only available when there non-empty identifiers. |
func NewMonitorPreviewComponentCount(uniqueIdentifiers int32, matchingComponents int32, ) *MonitorPreviewComponentCount
NewMonitorPreviewComponentCount instantiates a new MonitorPreviewComponentCount 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 NewMonitorPreviewComponentCountWithDefaults() *MonitorPreviewComponentCount
NewMonitorPreviewComponentCountWithDefaults instantiates a new MonitorPreviewComponentCount 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 *MonitorPreviewComponentCount) GetUniqueIdentifiers() int32
GetUniqueIdentifiers returns the UniqueIdentifiers field if non-nil, zero value otherwise.
func (o *MonitorPreviewComponentCount) GetUniqueIdentifiersOk() (*int32, bool)
GetUniqueIdentifiersOk returns a tuple with the UniqueIdentifiers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorPreviewComponentCount) SetUniqueIdentifiers(v int32)
SetUniqueIdentifiers sets UniqueIdentifiers field to given value.
func (o *MonitorPreviewComponentCount) GetMatchingComponents() int32
GetMatchingComponents returns the MatchingComponents field if non-nil, zero value otherwise.
func (o *MonitorPreviewComponentCount) GetMatchingComponentsOk() (*int32, bool)
GetMatchingComponentsOk returns a tuple with the MatchingComponents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorPreviewComponentCount) SetMatchingComponents(v int32)
SetMatchingComponents sets MatchingComponents field to given value.