reportGroups

@JvmName(name = "listReportGroupsResponseNonEmptyString")
fun Flow<ListReportGroupsResponse>.reportGroups(): Flow<String>

This paginator transforms the flow returned by listReportGroupsPaginated to access the nested member NonEmptyString

Return

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


@JvmName(name = "listSharedReportGroupsResponseNonEmptyString")
fun Flow<ListSharedReportGroupsResponse>.reportGroups(): Flow<String>

This paginator transforms the flow returned by listSharedReportGroupsPaginated to access the nested member NonEmptyString

Return

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