resourceIdentifiers

@JvmName(name = "listGroupResourcesResponseResourceIdentifier")
fun Flow<ListGroupResourcesResponse>.resourceIdentifiers(): Flow<ResourceIdentifier>

This paginator transforms the flow returned by listGroupResourcesPaginated to access the nested member ResourceIdentifier

Return

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


@JvmName(name = "searchResourcesResponseResourceIdentifier")
fun Flow<SearchResourcesResponse>.resourceIdentifiers(): Flow<ResourceIdentifier>

This paginator transforms the flow returned by searchResourcesPaginated to access the nested member ResourceIdentifier

Return

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