interface ListPopsResponse {
    pops: Interlink.v1beta1.Pop[];
    totalCount: number;
}

Properties

Properties

List of PoPs on the current page.

totalCount: number

Total number of PoPs.