interface ListControlPanelsResponse {
    controlPanels: Webhosting.v1alpha1.ControlPanel[];
    totalCount: number;
}

Properties

List of control panels.

totalCount: number

Number of control panels returned.