items

@JvmName(name = "listAccessTokensResponseAccessTokenSummary")
fun Flow<ListAccessTokensResponse>.items(): Flow<AccessTokenSummary>

This paginator transforms the flow returned by listAccessTokensPaginated to access the nested member AccessTokenSummary

Return

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


@JvmName(name = "listDevEnvironmentsResponseDevEnvironmentSummary")
fun Flow<ListDevEnvironmentsResponse>.items(): Flow<DevEnvironmentSummary>

This paginator transforms the flow returned by listDevEnvironmentsPaginated to access the nested member DevEnvironmentSummary

Return

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


@JvmName(name = "listDevEnvironmentSessionsResponseDevEnvironmentSessionSummary")
fun Flow<ListDevEnvironmentSessionsResponse>.items(): Flow<DevEnvironmentSessionSummary>

This paginator transforms the flow returned by listDevEnvironmentSessionsPaginated to access the nested member DevEnvironmentSessionSummary

Return

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


@JvmName(name = "listEventLogsResponseEventLogEntry")
fun Flow<ListEventLogsResponse>.items(): Flow<EventLogEntry>

This paginator transforms the flow returned by listEventLogsPaginated to access the nested member EventLogEntry

Return

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


@JvmName(name = "listProjectsResponseProjectSummary")
fun Flow<ListProjectsResponse>.items(): Flow<ProjectSummary>

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

Return

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


@JvmName(name = "listSourceRepositoriesResponseListSourceRepositoriesItem")
fun Flow<ListSourceRepositoriesResponse>.items(): Flow<ListSourceRepositoriesItem>

This paginator transforms the flow returned by listSourceRepositoriesPaginated to access the nested member ListSourceRepositoriesItem

Return

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


@JvmName(name = "listSourceRepositoryBranchesResponseListSourceRepositoryBranchesItem")
fun Flow<ListSourceRepositoryBranchesResponse>.items(): Flow<ListSourceRepositoryBranchesItem>

This paginator transforms the flow returned by listSourceRepositoryBranchesPaginated to access the nested member ListSourceRepositoryBranchesItem

Return

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


@JvmName(name = "listSpacesResponseSpaceSummary")
fun Flow<ListSpacesResponse>.items(): Flow<SpaceSummary>

This paginator transforms the flow returned by listSpacesPaginated to access the nested member SpaceSummary

Return

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


@JvmName(name = "listWorkflowRunsResponseWorkflowRunSummary")
fun Flow<ListWorkflowRunsResponse>.items(): Flow<WorkflowRunSummary>

This paginator transforms the flow returned by listWorkflowRunsPaginated to access the nested member WorkflowRunSummary

Return

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


@JvmName(name = "listWorkflowsResponseWorkflowSummary")
fun Flow<ListWorkflowsResponse>.items(): Flow<WorkflowSummary>

This paginator transforms the flow returned by listWorkflowsPaginated to access the nested member WorkflowSummary

Return

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