| Name | Type | Description | Notes |
|---|---|---|---|
| CollectionName | string | ||
| Description | string | ||
| CollectionScope | Pointer to CollectionScope | [optional] [default to COLLECTIONSCOPE_PRIVATE] | |
| Tags | Pointer to []string | [optional] | |
| Binaries | Pointer to []int32 | [optional] | |
| ModelId | int32 |
func NewCollectionCreateRequest(collectionName string, description string, modelId int32, ) *CollectionCreateRequest
NewCollectionCreateRequest instantiates a new CollectionCreateRequest 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 NewCollectionCreateRequestWithDefaults() *CollectionCreateRequest
NewCollectionCreateRequestWithDefaults instantiates a new CollectionCreateRequest 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 *CollectionCreateRequest) GetCollectionName() string
GetCollectionName returns the CollectionName field if non-nil, zero value otherwise.
func (o *CollectionCreateRequest) GetCollectionNameOk() (*string, bool)
GetCollectionNameOk returns a tuple with the CollectionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionCreateRequest) SetCollectionName(v string)
SetCollectionName sets CollectionName field to given value.
func (o *CollectionCreateRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CollectionCreateRequest) 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 *CollectionCreateRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CollectionCreateRequest) GetCollectionScope() CollectionScope
GetCollectionScope returns the CollectionScope field if non-nil, zero value otherwise.
func (o *CollectionCreateRequest) GetCollectionScopeOk() (*CollectionScope, bool)
GetCollectionScopeOk returns a tuple with the CollectionScope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionCreateRequest) SetCollectionScope(v CollectionScope)
SetCollectionScope sets CollectionScope field to given value.
func (o *CollectionCreateRequest) HasCollectionScope() bool
HasCollectionScope returns a boolean if a field has been set.
func (o *CollectionCreateRequest) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *CollectionCreateRequest) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionCreateRequest) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *CollectionCreateRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *CollectionCreateRequest) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *CollectionCreateRequest) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *CollectionCreateRequest) GetBinaries() []int32
GetBinaries returns the Binaries field if non-nil, zero value otherwise.
func (o *CollectionCreateRequest) GetBinariesOk() (*[]int32, bool)
GetBinariesOk returns a tuple with the Binaries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionCreateRequest) SetBinaries(v []int32)
SetBinaries sets Binaries field to given value.
func (o *CollectionCreateRequest) HasBinaries() bool
HasBinaries returns a boolean if a field has been set.
func (o *CollectionCreateRequest) SetBinariesNil(b bool)
SetBinariesNil sets the value for Binaries to be an explicit nil
func (o *CollectionCreateRequest) UnsetBinaries()
UnsetBinaries ensures that no value is present for Binaries, not even an explicit nil
func (o *CollectionCreateRequest) GetModelId() int32
GetModelId returns the ModelId field if non-nil, zero value otherwise.
func (o *CollectionCreateRequest) GetModelIdOk() (*int32, bool)
GetModelIdOk returns a tuple with the ModelId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionCreateRequest) SetModelId(v int32)
SetModelId sets ModelId field to given value.