| Name | Type | Description | Notes |
|---|---|---|---|
| Page | Pointer to int32 | [optional] | |
| Pages | Pointer to int32 | [optional] | |
| PerPage | Pointer to int32 | [optional] |
func NewPaginationData() *PaginationData
NewPaginationData instantiates a new PaginationData 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 NewPaginationDataWithDefaults() *PaginationData
NewPaginationDataWithDefaults instantiates a new PaginationData 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 *PaginationData) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *PaginationData) GetPageOk() (*int32, 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 *PaginationData) SetPage(v int32)
SetPage sets Page field to given value.
func (o *PaginationData) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *PaginationData) GetPages() int32
GetPages returns the Pages field if non-nil, zero value otherwise.
func (o *PaginationData) GetPagesOk() (*int32, 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 *PaginationData) SetPages(v int32)
SetPages sets Pages field to given value.
func (o *PaginationData) HasPages() bool
HasPages returns a boolean if a field has been set.
func (o *PaginationData) GetPerPage() int32
GetPerPage returns the PerPage field if non-nil, zero value otherwise.
func (o *PaginationData) GetPerPageOk() (*int32, bool)
GetPerPageOk returns a tuple with the PerPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginationData) SetPerPage(v int32)
SetPerPage sets PerPage field to given value.
func (o *PaginationData) HasPerPage() bool
HasPerPage returns a boolean if a field has been set.