investigationActions

@JvmName(name = "listInvestigationsResponseInvestigationAction")
fun Flow<ListInvestigationsResponse>.investigationActions(): Flow<InvestigationAction>

This paginator transforms the flow returned by listInvestigationsPaginated to access the nested member InvestigationAction

Return

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