gateways

@JvmName(name = "listGatewaysResponseListedGateway")
fun Flow<ListGatewaysResponse>.gateways(): Flow<ListedGateway>

This paginator transforms the flow returned by listGatewaysPaginated to access the nested member ListedGateway

Return

A kotlinx.coroutines.flow.Flow that can collect ListedGateway