customPermissionsList

@JvmName(name = "listCustomPermissionsResponseCustomPermissions")
fun Flow<ListCustomPermissionsResponse>.customPermissionsList(): Flow<CustomPermissions>

This paginator transforms the flow returned by listCustomPermissionsPaginated to access the nested member CustomPermissions

Return

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