Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.35 KB

StatisticsResponseLinks.md

File metadata and controls

82 lines (45 loc) · 2.35 KB

StatisticsResponseLinks

Properties

Name Type Description Notes
Next Pointer to string Url for next data set [optional]
Self Pointer to string Url for this data set (data might get updated, depending on your parameters) [optional]

Methods

NewStatisticsResponseLinks

func NewStatisticsResponseLinks() *StatisticsResponseLinks

NewStatisticsResponseLinks instantiates a new StatisticsResponseLinks 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

NewStatisticsResponseLinksWithDefaults

func NewStatisticsResponseLinksWithDefaults() *StatisticsResponseLinks

NewStatisticsResponseLinksWithDefaults instantiates a new StatisticsResponseLinks 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

GetNext

func (o *StatisticsResponseLinks) GetNext() string

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

func (o *StatisticsResponseLinks) GetNextOk() (*string, bool)

GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNext

func (o *StatisticsResponseLinks) SetNext(v string)

SetNext sets Next field to given value.

HasNext

func (o *StatisticsResponseLinks) HasNext() bool

HasNext returns a boolean if a field has been set.

GetSelf

func (o *StatisticsResponseLinks) GetSelf() string

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *StatisticsResponseLinks) GetSelfOk() (*string, bool)

GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelf

func (o *StatisticsResponseLinks) SetSelf(v string)

SetSelf sets Self field to given value.

HasSelf

func (o *StatisticsResponseLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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