Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.6 KB

File metadata and controls

108 lines (59 loc) · 2.6 KB

PageInfo

Properties

Name Type Description Notes
Page Pointer to float32 [optional]
Pages Pointer to float32 [optional]
Results Pointer to float32 [optional]

Methods

NewPageInfo

func NewPageInfo() *PageInfo

NewPageInfo instantiates a new PageInfo 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

NewPageInfoWithDefaults

func NewPageInfoWithDefaults() *PageInfo

NewPageInfoWithDefaults instantiates a new PageInfo 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

GetPage

func (o *PageInfo) GetPage() float32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *PageInfo) GetPageOk() (*float32, bool)

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

SetPage

func (o *PageInfo) SetPage(v float32)

SetPage sets Page field to given value.

HasPage

func (o *PageInfo) HasPage() bool

HasPage returns a boolean if a field has been set.

GetPages

func (o *PageInfo) GetPages() float32

GetPages returns the Pages field if non-nil, zero value otherwise.

GetPagesOk

func (o *PageInfo) GetPagesOk() (*float32, bool)

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

SetPages

func (o *PageInfo) SetPages(v float32)

SetPages sets Pages field to given value.

HasPages

func (o *PageInfo) HasPages() bool

HasPages returns a boolean if a field has been set.

GetResults

func (o *PageInfo) GetResults() float32

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *PageInfo) GetResultsOk() (*float32, bool)

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

SetResults

func (o *PageInfo) SetResults(v float32)

SetResults sets Results field to given value.

HasResults

func (o *PageInfo) HasResults() bool

HasResults returns a boolean if a field has been set.

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