Name | Type | Description | Notes |
---|---|---|---|
DirectHit | Pointer to bool | [optional] | |
Scores | Pointer to []Score | [optional] |
func NewScoreResult() *ScoreResult
NewScoreResult instantiates a new ScoreResult 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 NewScoreResultWithDefaults() *ScoreResult
NewScoreResultWithDefaults instantiates a new ScoreResult 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 *ScoreResult) GetDirectHit() bool
GetDirectHit returns the DirectHit field if non-nil, zero value otherwise.
func (o *ScoreResult) GetDirectHitOk() (*bool, bool)
GetDirectHitOk returns a tuple with the DirectHit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScoreResult) SetDirectHit(v bool)
SetDirectHit sets DirectHit field to given value.
func (o *ScoreResult) HasDirectHit() bool
HasDirectHit returns a boolean if a field has been set.
func (o *ScoreResult) GetScores() []Score
GetScores returns the Scores field if non-nil, zero value otherwise.
func (o *ScoreResult) GetScoresOk() (*[]Score, bool)
GetScoresOk returns a tuple with the Scores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScoreResult) SetScores(v []Score)
SetScores sets Scores field to given value.
func (o *ScoreResult) HasScores() bool
HasScores returns a boolean if a field has been set.