interface ListHostingsResponse {
    hostings: HostingSummary[];
    totalCount: number;
}

Properties

Properties

hostings: HostingSummary[]

List of Web Hosting plans.

totalCount: number

Number of Web Hosting plans returned.