entitlements

@JvmName(name = "listEntitlementsResponseListedEntitlement")
fun Flow<ListEntitlementsResponse>.entitlements(): Flow<ListedEntitlement>

This paginator transforms the flow returned by listEntitlementsPaginated to access the nested member ListedEntitlement

Return

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