expiresAt property

  1. @JsonKey(name: 'expires_at', includeIfNull: false)
int? get expiresAt
inherited

The Unix timestamp (in seconds) for when the vector store will expire.

Implementation

@JsonKey(name: 'expires_at', includeIfNull: false)
int? get expiresAt => throw _privateConstructorUsedError;