plans

@JvmName(name = "listPlansResponseAbbreviatedPlan")
fun Flow<ListPlansResponse>.plans(): Flow<AbbreviatedPlan>

This paginator transforms the flow returned by listPlansPaginated to access the nested member AbbreviatedPlan

Return

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


@JvmName(name = "listPlansInRegionResponseAbbreviatedPlan")
fun Flow<ListPlansInRegionResponse>.plans(): Flow<AbbreviatedPlan>

This paginator transforms the flow returned by listPlansInRegionPaginated to access the nested member AbbreviatedPlan

Return

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