interface ListServersResponse {
    servers: Dedibox.v1.ServerSummary[];
    totalCount: number;
}

Properties

Properties

Servers that match filters.

totalCount: number

Total count of matching servers.