| Name | Type | Description | Notes |
|---|---|---|---|
| Page | Pointer to float32 | [optional] | |
| Pages | Pointer to float32 | [optional] | |
| Results | Pointer to float32 | [optional] |
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
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
func (o *PageInfo) GetPage() float32
GetPage returns the Page field if non-nil, zero value otherwise.
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.
func (o *PageInfo) SetPage(v float32)
SetPage sets Page field to given value.
func (o *PageInfo) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *PageInfo) GetPages() float32
GetPages returns the Pages field if non-nil, zero value otherwise.
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.
func (o *PageInfo) SetPages(v float32)
SetPages sets Pages field to given value.
func (o *PageInfo) HasPages() bool
HasPages returns a boolean if a field has been set.
func (o *PageInfo) GetResults() float32
GetResults returns the Results field if non-nil, zero value otherwise.
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.
func (o *PageInfo) SetResults(v float32)
SetResults sets Results field to given value.
func (o *PageInfo) HasResults() bool
HasResults returns a boolean if a field has been set.