TimeScoreListVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Scores | Pointer to []TimeScoreItemVO | [optional] |
Methods
NewTimeScoreListVO
func NewTimeScoreListVO() *TimeScoreListVO
NewTimeScoreListVO instantiates a new TimeScoreListVO 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
NewTimeScoreListVOWithDefaults
func NewTimeScoreListVOWithDefaults() *TimeScoreListVO
NewTimeScoreListVOWithDefaults instantiates a new TimeScoreListVO 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
GetScores
func (o *TimeScoreListVO) GetScores() []TimeScoreItemVO
GetScores returns the Scores field if non-nil, zero value otherwise.
GetScoresOk
func (o *TimeScoreListVO) GetScoresOk() (*[]TimeScoreItemVO, 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 *TimeScoreListVO) SetScores(v []TimeScoreItemVO)
SetScores sets Scores field to given value.
HasScores
func (o *TimeScoreListVO) HasScores() bool
HasScores returns a boolean if a field has been set.