| Name | Type | Description | Notes |
|---|---|---|---|
| Count | int32 | ||
| CurrentPage | int32 | ||
| TotalPages | int32 |
func NewObjectStoragePaginationMeta(count int32, currentPage int32, totalPages int32, ) *ObjectStoragePaginationMeta
NewObjectStoragePaginationMeta instantiates a new ObjectStoragePaginationMeta 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 NewObjectStoragePaginationMetaWithDefaults() *ObjectStoragePaginationMeta
NewObjectStoragePaginationMetaWithDefaults instantiates a new ObjectStoragePaginationMeta 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 *ObjectStoragePaginationMeta) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ObjectStoragePaginationMeta) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObjectStoragePaginationMeta) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ObjectStoragePaginationMeta) GetCurrentPage() int32
GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.
func (o *ObjectStoragePaginationMeta) 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 *ObjectStoragePaginationMeta) SetCurrentPage(v int32)
SetCurrentPage sets CurrentPage field to given value.
func (o *ObjectStoragePaginationMeta) GetTotalPages() int32
GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.
func (o *ObjectStoragePaginationMeta) GetTotalPagesOk() (*int32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObjectStoragePaginationMeta) SetTotalPages(v int32)
SetTotalPages sets TotalPages field to given value.