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

Properties

controlPanels: Webhosting.v1.ControlPanel[]

List of control panels.

totalCount: number

Number of control panels returned.