interface ListHostingsResponse {
    hostings: Webhosting.v1alpha1.Hosting[];
    totalCount: number;
}

Properties

Properties

List of Web Hosting plans.

totalCount: number

Number of Web Hosting plans returned.