interface ListInstancesResponse {
    instances: Mongodb.v1alpha1.Instance[];
    totalCount: number;
}

Properties

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

totalCount: number

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