| Name | Type | Description | Notes |
|---|---|---|---|
| CollectionId | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| DocumentCount | Pointer to int32 | [optional] | |
| EmbeddingModel | Pointer to string | [optional] | |
| Dimensions | Pointer to int32 | [optional] | |
| CreatedAt | Pointer to time.Time | [optional] | |
| UpdatedAt | Pointer to time.Time | [optional] |
func NewGetVectorCollection200ResponseCollection() *GetVectorCollection200ResponseCollection
NewGetVectorCollection200ResponseCollection instantiates a new GetVectorCollection200ResponseCollection 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 NewGetVectorCollection200ResponseCollectionWithDefaults() *GetVectorCollection200ResponseCollection
NewGetVectorCollection200ResponseCollectionWithDefaults instantiates a new GetVectorCollection200ResponseCollection 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 *GetVectorCollection200ResponseCollection) GetCollectionId() string
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
func (o *GetVectorCollection200ResponseCollection) GetCollectionIdOk() (*string, bool)
GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVectorCollection200ResponseCollection) SetCollectionId(v string)
SetCollectionId sets CollectionId field to given value.
func (o *GetVectorCollection200ResponseCollection) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *GetVectorCollection200ResponseCollection) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetVectorCollection200ResponseCollection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVectorCollection200ResponseCollection) SetName(v string)
SetName sets Name field to given value.
func (o *GetVectorCollection200ResponseCollection) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetVectorCollection200ResponseCollection) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GetVectorCollection200ResponseCollection) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVectorCollection200ResponseCollection) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GetVectorCollection200ResponseCollection) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GetVectorCollection200ResponseCollection) GetDocumentCount() int32
GetDocumentCount returns the DocumentCount field if non-nil, zero value otherwise.
func (o *GetVectorCollection200ResponseCollection) GetDocumentCountOk() (*int32, bool)
GetDocumentCountOk returns a tuple with the DocumentCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVectorCollection200ResponseCollection) SetDocumentCount(v int32)
SetDocumentCount sets DocumentCount field to given value.
func (o *GetVectorCollection200ResponseCollection) HasDocumentCount() bool
HasDocumentCount returns a boolean if a field has been set.
func (o *GetVectorCollection200ResponseCollection) GetEmbeddingModel() string
GetEmbeddingModel returns the EmbeddingModel field if non-nil, zero value otherwise.
func (o *GetVectorCollection200ResponseCollection) GetEmbeddingModelOk() (*string, bool)
GetEmbeddingModelOk returns a tuple with the EmbeddingModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVectorCollection200ResponseCollection) SetEmbeddingModel(v string)
SetEmbeddingModel sets EmbeddingModel field to given value.
func (o *GetVectorCollection200ResponseCollection) HasEmbeddingModel() bool
HasEmbeddingModel returns a boolean if a field has been set.
func (o *GetVectorCollection200ResponseCollection) GetDimensions() int32
GetDimensions returns the Dimensions field if non-nil, zero value otherwise.
func (o *GetVectorCollection200ResponseCollection) GetDimensionsOk() (*int32, bool)
GetDimensionsOk returns a tuple with the Dimensions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVectorCollection200ResponseCollection) SetDimensions(v int32)
SetDimensions sets Dimensions field to given value.
func (o *GetVectorCollection200ResponseCollection) HasDimensions() bool
HasDimensions returns a boolean if a field has been set.
func (o *GetVectorCollection200ResponseCollection) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *GetVectorCollection200ResponseCollection) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVectorCollection200ResponseCollection) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *GetVectorCollection200ResponseCollection) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *GetVectorCollection200ResponseCollection) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *GetVectorCollection200ResponseCollection) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVectorCollection200ResponseCollection) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *GetVectorCollection200ResponseCollection) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.