Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.28 KB

ProjectScoreDetail.md

File metadata and controls

82 lines (45 loc) · 2.28 KB

ProjectScoreDetail

Properties

Name Type Description Notes
DirectHit Pointer to bool [optional]
Scores Pointer to []Score [optional]

Methods

NewProjectScoreDetail

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

NewProjectScoreDetailWithDefaults

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

GetDirectHit

func (o *ProjectScoreDetail) GetDirectHit() bool

GetDirectHit returns the DirectHit field if non-nil, zero value otherwise.

GetDirectHitOk

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.

SetDirectHit

func (o *ProjectScoreDetail) SetDirectHit(v bool)

SetDirectHit sets DirectHit field to given value.

HasDirectHit

func (o *ProjectScoreDetail) HasDirectHit() bool

HasDirectHit returns a boolean if a field has been set.

GetScores

func (o *ProjectScoreDetail) GetScores() []Score

GetScores returns the Scores field if non-nil, zero value otherwise.

GetScoresOk

func (o *ProjectScoreDetail) 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.

SetScores

func (o *ProjectScoreDetail) SetScores(v []Score)

SetScores sets Scores field to given value.

HasScores

func (o *ProjectScoreDetail) HasScores() bool

HasScores returns a boolean if a field has been set.

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