campaignSummaryList

@JvmName(name = "listCampaignsResponseCampaignSummary")
fun Flow<ListCampaignsResponse>.campaignSummaryList(): Flow<CampaignSummary>

This paginator transforms the flow returned by listCampaignsPaginated to access the nested member CampaignSummary

Return

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