DeleteVectorStoreFileResponse class

The response from deleting a vector store file.

Annotations
  • @immutable

Constructors

DeleteVectorStoreFileResponse({required String id, required String object, required bool deleted})
Creates a DeleteVectorStoreFileResponse.
const
DeleteVectorStoreFileResponse.fromJson(Map<String, dynamic> json)
Creates a DeleteVectorStoreFileResponse from JSON.
factory

Properties

deleted bool
Whether the file was deleted.
final
hashCode int
The hash code for this object.
no setteroverride
id String
The ID of the deleted file.
final
object String
The object type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts to JSON.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override