Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.89 KB

File metadata and controls

93 lines (50 loc) · 2.89 KB

MonitorIdentifierSuggestion

Properties

Name Type Description Notes
IdentifierTemplate string
Score float32
TotalMatches int64

Methods

NewMonitorIdentifierSuggestion

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

NewMonitorIdentifierSuggestionWithDefaults

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

GetIdentifierTemplate

func (o *MonitorIdentifierSuggestion) GetIdentifierTemplate() string

GetIdentifierTemplate returns the IdentifierTemplate field if non-nil, zero value otherwise.

GetIdentifierTemplateOk

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.

SetIdentifierTemplate

func (o *MonitorIdentifierSuggestion) SetIdentifierTemplate(v string)

SetIdentifierTemplate sets IdentifierTemplate field to given value.

GetScore

func (o *MonitorIdentifierSuggestion) GetScore() float32

GetScore returns the Score field if non-nil, zero value otherwise.

GetScoreOk

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.

SetScore

func (o *MonitorIdentifierSuggestion) SetScore(v float32)

SetScore sets Score field to given value.

GetTotalMatches

func (o *MonitorIdentifierSuggestion) GetTotalMatches() int64

GetTotalMatches returns the TotalMatches field if non-nil, zero value otherwise.

GetTotalMatchesOk

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.

SetTotalMatches

func (o *MonitorIdentifierSuggestion) SetTotalMatches(v int64)

SetTotalMatches sets TotalMatches field to given value.

[Back to Model list] [Back to API list] [Back to README]