gateways

@JvmName(name = "listGatewaysResponseGateway")
fun Flow<ListGatewaysResponse>.gateways(): Flow<Gateway>

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

Return

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