agreementEntitlements

@JvmName(name = "getAgreementEntitlementsResponseAgreementEntitlement")
fun Flow<GetAgreementEntitlementsResponse>.agreementEntitlements(): Flow<AgreementEntitlement>

This paginator transforms the flow returned by getAgreementEntitlementsPaginated to access the nested member AgreementEntitlement

Return

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