projects

@JvmName(name = "listProjectsResponseNonEmptyString")
fun Flow<ListProjectsResponse>.projects(): Flow<String>

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

Return

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


@JvmName(name = "listSharedProjectsResponseNonEmptyString")
fun Flow<ListSharedProjectsResponse>.projects(): Flow<String>

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

Return

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