| Name | Type | Description | Notes |
|---|---|---|---|
| SortBy | Pointer to string | [optional] | |
| SortOrder | Pointer to string | [optional] | |
| Limit | Pointer to int32 | [optional] |
func NewQueryVectorCollection200ResponsePagination() *QueryVectorCollection200ResponsePagination
NewQueryVectorCollection200ResponsePagination instantiates a new QueryVectorCollection200ResponsePagination 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 NewQueryVectorCollection200ResponsePaginationWithDefaults() *QueryVectorCollection200ResponsePagination
NewQueryVectorCollection200ResponsePaginationWithDefaults instantiates a new QueryVectorCollection200ResponsePagination 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 *QueryVectorCollection200ResponsePagination) GetSortBy() string
GetSortBy returns the SortBy field if non-nil, zero value otherwise.
func (o *QueryVectorCollection200ResponsePagination) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryVectorCollection200ResponsePagination) SetSortBy(v string)
SetSortBy sets SortBy field to given value.
func (o *QueryVectorCollection200ResponsePagination) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (o *QueryVectorCollection200ResponsePagination) GetSortOrder() string
GetSortOrder returns the SortOrder field if non-nil, zero value otherwise.
func (o *QueryVectorCollection200ResponsePagination) GetSortOrderOk() (*string, bool)
GetSortOrderOk returns a tuple with the SortOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryVectorCollection200ResponsePagination) SetSortOrder(v string)
SetSortOrder sets SortOrder field to given value.
func (o *QueryVectorCollection200ResponsePagination) HasSortOrder() bool
HasSortOrder returns a boolean if a field has been set.
func (o *QueryVectorCollection200ResponsePagination) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *QueryVectorCollection200ResponsePagination) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryVectorCollection200ResponsePagination) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *QueryVectorCollection200ResponsePagination) HasLimit() bool
HasLimit returns a boolean if a field has been set.