items

@JvmName(name = "listAutoshiftsResponseAutoshiftSummary")
fun Flow<ListAutoshiftsResponse>.items(): Flow<AutoshiftSummary>

This paginator transforms the flow returned by listAutoshiftsPaginated to access the nested member AutoshiftSummary

Return

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


@JvmName(name = "listManagedResourcesResponseManagedResourceSummary")
fun Flow<ListManagedResourcesResponse>.items(): Flow<ManagedResourceSummary>

This paginator transforms the flow returned by listManagedResourcesPaginated to access the nested member ManagedResourceSummary

Return

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


@JvmName(name = "listZonalShiftsResponseZonalShiftSummary")
fun Flow<ListZonalShiftsResponse>.items(): Flow<ZonalShiftSummary>

This paginator transforms the flow returned by listZonalShiftsPaginated to access the nested member ZonalShiftSummary

Return

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