expiresAt property
The Unix timestamp (in seconds) for when the vector store will expire.
Implementation
@JsonKey(name: 'expires_at', includeIfNull: false)
int? get expiresAt => throw _privateConstructorUsedError;
The Unix timestamp (in seconds) for when the vector store will expire.
@JsonKey(name: 'expires_at', includeIfNull: false)
int? get expiresAt => throw _privateConstructorUsedError;