tenantResources

@JvmName(name = "listTenantResourcesResponseTenantResource")
fun Flow<ListTenantResourcesResponse>.tenantResources(): Flow<TenantResource>

This paginator transforms the flow returned by listTenantResourcesPaginated to access the nested member TenantResource

Return

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