interface ListNetworksResponse {
    networks: Network[];
    totalCount: number;
}

Properties

Properties

networks: Network[]

Page of networks.

totalCount: number

Total number of Networks.