results

@JvmName(name = "listSearchJobBackupsResponseSearchJobBackupsResult")
fun Flow<ListSearchJobBackupsResponse>.results(): Flow<SearchJobBackupsResult>

This paginator transforms the flow returned by listSearchJobBackupsPaginated to access the nested member SearchJobBackupsResult

Return

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


@JvmName(name = "listSearchJobResultsResponseResultItem")
fun Flow<ListSearchJobResultsResponse>.results(): Flow<ResultItem>

This paginator transforms the flow returned by listSearchJobResultsPaginated to access the nested member ResultItem

Return

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