Skip to content

SiteScoreTimelineListVO

Properties

Name Type Description Notes
Scores Pointer to []SiteScoreTimelineVO [optional]

Methods

NewSiteScoreTimelineListVO

func NewSiteScoreTimelineListVO() *SiteScoreTimelineListVO

NewSiteScoreTimelineListVO instantiates a new SiteScoreTimelineListVO 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

NewSiteScoreTimelineListVOWithDefaults

func NewSiteScoreTimelineListVOWithDefaults() *SiteScoreTimelineListVO

NewSiteScoreTimelineListVOWithDefaults instantiates a new SiteScoreTimelineListVO 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 *SiteScoreTimelineListVO) GetScores() []SiteScoreTimelineVO

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

GetScoresOk

func (o *SiteScoreTimelineListVO) GetScoresOk() (*[]SiteScoreTimelineVO, 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 *SiteScoreTimelineListVO) SetScores(v []SiteScoreTimelineVO)

SetScores sets Scores field to given value.

HasScores

func (o *SiteScoreTimelineListVO) HasScores() bool

HasScores returns a boolean if a field has been set.

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