interface ListVersionsResponse {
    totalCount: number;
    versions: Mongodb.v1alpha1.Version[];
}

Properties

Properties

totalCount: number

Total count of MongoDB® engine version available.

Available MongoDB® engine version.