actionTypes

@JvmName(name = "listActionTypesResponseActionType")
fun Flow<ListActionTypesResponse>.actionTypes(): Flow<ActionType>

This paginator transforms the flow returned by listActionTypesPaginated to access the nested member ActionType

Return

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