gateways

@JvmName(name = "listGatewaysResponseGatewayInfo")
fun Flow<ListGatewaysResponse>.gateways(): Flow<GatewayInfo>

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

Return

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