interface ListHubsResponse {
    hubs: Hub[];
    totalCount: number;
}

Properties

Properties

hubs: Hub[]

A page of hubs.

totalCount: number

Total number of Hubs.