Name | Type | Description | Notes |
---|---|---|---|
Score | Pointer to float32 | [optional] | |
DirectHit | Pointer to bool | [optional] |
func NewProjectScoreDetail() *ProjectScoreDetail
NewProjectScoreDetail instantiates a new ProjectScoreDetail 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 NewProjectScoreDetailWithDefaults() *ProjectScoreDetail
NewProjectScoreDetailWithDefaults instantiates a new ProjectScoreDetail 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 *ProjectScoreDetail) GetScore() float32
GetScore returns the Score field if non-nil, zero value otherwise.
func (o *ProjectScoreDetail) 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 *ProjectScoreDetail) SetScore(v float32)
SetScore sets Score field to given value.
func (o *ProjectScoreDetail) HasScore() bool
HasScore returns a boolean if a field has been set.
func (o *ProjectScoreDetail) GetDirectHit() bool
GetDirectHit returns the DirectHit field if non-nil, zero value otherwise.
func (o *ProjectScoreDetail) 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 *ProjectScoreDetail) SetDirectHit(v bool)
SetDirectHit sets DirectHit field to given value.
func (o *ProjectScoreDetail) HasDirectHit() bool
HasDirectHit returns a boolean if a field has been set.