Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.41 KB

File metadata and controls

108 lines (59 loc) · 3.41 KB

QueryVectorCollection200ResponsePagination

Properties

Name Type Description Notes
SortBy Pointer to string [optional]
SortOrder Pointer to string [optional]
Limit Pointer to int32 [optional]

Methods

NewQueryVectorCollection200ResponsePagination

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

NewQueryVectorCollection200ResponsePaginationWithDefaults

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

GetSortBy

func (o *QueryVectorCollection200ResponsePagination) GetSortBy() string

GetSortBy returns the SortBy field if non-nil, zero value otherwise.

GetSortByOk

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.

SetSortBy

func (o *QueryVectorCollection200ResponsePagination) SetSortBy(v string)

SetSortBy sets SortBy field to given value.

HasSortBy

func (o *QueryVectorCollection200ResponsePagination) HasSortBy() bool

HasSortBy returns a boolean if a field has been set.

GetSortOrder

func (o *QueryVectorCollection200ResponsePagination) GetSortOrder() string

GetSortOrder returns the SortOrder field if non-nil, zero value otherwise.

GetSortOrderOk

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.

SetSortOrder

func (o *QueryVectorCollection200ResponsePagination) SetSortOrder(v string)

SetSortOrder sets SortOrder field to given value.

HasSortOrder

func (o *QueryVectorCollection200ResponsePagination) HasSortOrder() bool

HasSortOrder returns a boolean if a field has been set.

GetLimit

func (o *QueryVectorCollection200ResponsePagination) GetLimit() int32

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

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.

SetLimit

func (o *QueryVectorCollection200ResponsePagination) SetLimit(v int32)

SetLimit sets Limit field to given value.

HasLimit

func (o *QueryVectorCollection200ResponsePagination) HasLimit() bool

HasLimit returns a boolean if a field has been set.

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