Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.72 KB

ConfidenceScoreResponse.md

File metadata and controls

51 lines (28 loc) · 1.72 KB

ConfidenceScoreResponse

Properties

Name Type Description Notes
ConfidenceScore string List of confidence scores to the CSE Insights.

Methods

NewConfidenceScoreResponse

func NewConfidenceScoreResponse(confidenceScore string, ) *ConfidenceScoreResponse

NewConfidenceScoreResponse instantiates a new ConfidenceScoreResponse 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

NewConfidenceScoreResponseWithDefaults

func NewConfidenceScoreResponseWithDefaults() *ConfidenceScoreResponse

NewConfidenceScoreResponseWithDefaults instantiates a new ConfidenceScoreResponse 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

GetConfidenceScore

func (o *ConfidenceScoreResponse) GetConfidenceScore() string

GetConfidenceScore returns the ConfidenceScore field if non-nil, zero value otherwise.

GetConfidenceScoreOk

func (o *ConfidenceScoreResponse) GetConfidenceScoreOk() (*string, bool)

GetConfidenceScoreOk returns a tuple with the ConfidenceScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConfidenceScore

func (o *ConfidenceScoreResponse) SetConfidenceScore(v string)

SetConfidenceScore sets ConfidenceScore field to given value.

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