Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.46 KB

File metadata and controls

108 lines (59 loc) · 3.46 KB

CreateVectorCollection201Response

Properties

Name Type Description Notes
Success Pointer to bool [optional]
Collection Pointer to CreateVectorCollection201ResponseCollection [optional]
Message Pointer to string [optional]

Methods

NewCreateVectorCollection201Response

func NewCreateVectorCollection201Response() *CreateVectorCollection201Response

NewCreateVectorCollection201Response instantiates a new CreateVectorCollection201Response 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

NewCreateVectorCollection201ResponseWithDefaults

func NewCreateVectorCollection201ResponseWithDefaults() *CreateVectorCollection201Response

NewCreateVectorCollection201ResponseWithDefaults instantiates a new CreateVectorCollection201Response 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

GetSuccess

func (o *CreateVectorCollection201Response) GetSuccess() bool

GetSuccess returns the Success field if non-nil, zero value otherwise.

GetSuccessOk

func (o *CreateVectorCollection201Response) GetSuccessOk() (*bool, bool)

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

SetSuccess

func (o *CreateVectorCollection201Response) SetSuccess(v bool)

SetSuccess sets Success field to given value.

HasSuccess

func (o *CreateVectorCollection201Response) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

GetCollection

func (o *CreateVectorCollection201Response) GetCollection() CreateVectorCollection201ResponseCollection

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

GetCollectionOk

func (o *CreateVectorCollection201Response) GetCollectionOk() (*CreateVectorCollection201ResponseCollection, 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 *CreateVectorCollection201Response) SetCollection(v CreateVectorCollection201ResponseCollection)

SetCollection sets Collection field to given value.

HasCollection

func (o *CreateVectorCollection201Response) HasCollection() bool

HasCollection returns a boolean if a field has been set.

GetMessage

func (o *CreateVectorCollection201Response) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *CreateVectorCollection201Response) GetMessageOk() (*string, bool)

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

SetMessage

func (o *CreateVectorCollection201Response) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *CreateVectorCollection201Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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