reports

@JvmName(name = "listReportsResponseNonEmptyString")
fun Flow<ListReportsResponse>.reports(): Flow<String>

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

Return

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


@JvmName(name = "listReportsForReportGroupResponseNonEmptyString")
fun Flow<ListReportsForReportGroupResponse>.reports(): Flow<String>

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

Return

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