Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.75 KB

File metadata and controls

93 lines (50 loc) · 2.75 KB

ObjectStoragePaginationMeta

Properties

Name Type Description Notes
Count int32
CurrentPage int32
TotalPages int32

Methods

NewObjectStoragePaginationMeta

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

NewObjectStoragePaginationMetaWithDefaults

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

GetCount

func (o *ObjectStoragePaginationMeta) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

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.

SetCount

func (o *ObjectStoragePaginationMeta) SetCount(v int32)

SetCount sets Count field to given value.

GetCurrentPage

func (o *ObjectStoragePaginationMeta) GetCurrentPage() int32

GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.

GetCurrentPageOk

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.

SetCurrentPage

func (o *ObjectStoragePaginationMeta) SetCurrentPage(v int32)

SetCurrentPage sets CurrentPage field to given value.

GetTotalPages

func (o *ObjectStoragePaginationMeta) GetTotalPages() int32

GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.

GetTotalPagesOk

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.

SetTotalPages

func (o *ObjectStoragePaginationMeta) SetTotalPages(v int32)

SetTotalPages sets TotalPages field to given value.

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