interface ListInstancesResponse {
    instances: RDB.v1.Instance[];
    totalCount: number;
}

Properties

instances: RDB.v1.Instance[]

List of all Database Instances available in an Organization or Project.

totalCount: number

Total count of Database Instances available in a Organization or Project.