interface ResourceSummary {
    databasesCount: number;
    ftpAccountsCount: number;
    mailAccountsCount: number;
    websitesCount: number;
}

Properties

databasesCount: number

Total number of active databases in the Web Hosting plan.

ftpAccountsCount: number

Total number of active FTP accounts in the Web Hosting plan.

mailAccountsCount: number

Total number of active email accounts in the Web Hosting plan.

websitesCount: number

Total number of active domains in the the Web Hosting plan.