Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.02 KB

File metadata and controls

56 lines (31 loc) · 2.02 KB

GetVectorCollection200Response

Properties

Name Type Description Notes
Collection Pointer to GetVectorCollection200ResponseCollection [optional]

Methods

NewGetVectorCollection200Response

func NewGetVectorCollection200Response() *GetVectorCollection200Response

NewGetVectorCollection200Response instantiates a new GetVectorCollection200Response 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

NewGetVectorCollection200ResponseWithDefaults

func NewGetVectorCollection200ResponseWithDefaults() *GetVectorCollection200Response

NewGetVectorCollection200ResponseWithDefaults instantiates a new GetVectorCollection200Response 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

GetCollection

func (o *GetVectorCollection200Response) GetCollection() GetVectorCollection200ResponseCollection

GetCollection returns the Collection field if non-nil, zero value otherwise.

GetCollectionOk

func (o *GetVectorCollection200Response) GetCollectionOk() (*GetVectorCollection200ResponseCollection, bool)

GetCollectionOk returns a tuple with the Collection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCollection

func (o *GetVectorCollection200Response) SetCollection(v GetVectorCollection200ResponseCollection)

SetCollection sets Collection field to given value.

HasCollection

func (o *GetVectorCollection200Response) HasCollection() bool

HasCollection returns a boolean if a field has been set.

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