Name | Type | Description | Notes |
---|---|---|---|
PageSize | Pointer to int32 | [optional] | |
CurrentPage | Pointer to int32 | [optional] | |
TotalCerts | Pointer to int64 | [optional] |
func NewPaginationSummary() *PaginationSummary
NewPaginationSummary instantiates a new PaginationSummary 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 NewPaginationSummaryWithDefaults() *PaginationSummary
NewPaginationSummaryWithDefaults instantiates a new PaginationSummary 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 *PaginationSummary) GetPageSize() int32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
func (o *PaginationSummary) GetPageSizeOk() (*int32, bool)
GetPageSizeOk returns a tuple with the PageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginationSummary) SetPageSize(v int32)
SetPageSize sets PageSize field to given value.
func (o *PaginationSummary) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (o *PaginationSummary) GetCurrentPage() int32
GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.
func (o *PaginationSummary) GetCurrentPageOk() (*int32, bool)
GetCurrentPageOk returns a tuple with the CurrentPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginationSummary) SetCurrentPage(v int32)
SetCurrentPage sets CurrentPage field to given value.
func (o *PaginationSummary) HasCurrentPage() bool
HasCurrentPage returns a boolean if a field has been set.
func (o *PaginationSummary) GetTotalCerts() int64
GetTotalCerts returns the TotalCerts field if non-nil, zero value otherwise.
func (o *PaginationSummary) GetTotalCertsOk() (*int64, bool)
GetTotalCertsOk returns a tuple with the TotalCerts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginationSummary) SetTotalCerts(v int64)
SetTotalCerts sets TotalCerts field to given value.
func (o *PaginationSummary) HasTotalCerts() bool
HasTotalCerts returns a boolean if a field has been set.