| Name | Type | Description | Notes |
|---|---|---|---|
| IdentifierTemplate | string | ||
| Score | float32 | ||
| TotalMatches | int64 |
func NewMonitorIdentifierSuggestion(identifierTemplate string, score float32, totalMatches int64, ) *MonitorIdentifierSuggestion
NewMonitorIdentifierSuggestion instantiates a new MonitorIdentifierSuggestion 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 NewMonitorIdentifierSuggestionWithDefaults() *MonitorIdentifierSuggestion
NewMonitorIdentifierSuggestionWithDefaults instantiates a new MonitorIdentifierSuggestion 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 *MonitorIdentifierSuggestion) GetIdentifierTemplate() string
GetIdentifierTemplate returns the IdentifierTemplate field if non-nil, zero value otherwise.
func (o *MonitorIdentifierSuggestion) GetIdentifierTemplateOk() (*string, bool)
GetIdentifierTemplateOk returns a tuple with the IdentifierTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierSuggestion) SetIdentifierTemplate(v string)
SetIdentifierTemplate sets IdentifierTemplate field to given value.
func (o *MonitorIdentifierSuggestion) GetScore() float32
GetScore returns the Score field if non-nil, zero value otherwise.
func (o *MonitorIdentifierSuggestion) GetScoreOk() (*float32, bool)
GetScoreOk returns a tuple with the Score field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierSuggestion) SetScore(v float32)
SetScore sets Score field to given value.
func (o *MonitorIdentifierSuggestion) GetTotalMatches() int64
GetTotalMatches returns the TotalMatches field if non-nil, zero value otherwise.
func (o *MonitorIdentifierSuggestion) GetTotalMatchesOk() (*int64, bool)
GetTotalMatchesOk returns a tuple with the TotalMatches field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorIdentifierSuggestion) SetTotalMatches(v int64)
SetTotalMatches sets TotalMatches field to given value.