interface ListDatabasesResponse {
    databases: ServerlessSQLDB.v1alpha1.Database[];
    totalCount: number;
}

Properties

List of the databases.

totalCount: number

Total count of Serverless SQL Databases.