tenants

@JvmName(name = "listTenantsResponseTenantInfo")
fun Flow<ListTenantsResponse>.tenants(): Flow<TenantInfo>

This paginator transforms the flow returned by listTenantsPaginated to access the nested member TenantInfo

Return

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