typeInfos

@JvmName(name = "listActivityTypesResponseActivityTypeInfo")
fun Flow<ListActivityTypesResponse>.typeInfos(): Flow<ActivityTypeInfo>

This paginator transforms the flow returned by listActivityTypesPaginated to access the nested member ActivityTypeInfo

Return

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


@JvmName(name = "listWorkflowTypesResponseWorkflowTypeInfo")
fun Flow<ListWorkflowTypesResponse>.typeInfos(): Flow<WorkflowTypeInfo>

This paginator transforms the flow returned by listWorkflowTypesPaginated to access the nested member WorkflowTypeInfo

Return

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