workgroups

@JvmName(name = "listWorkgroupsResponseWorkgroup")
fun Flow<ListWorkgroupsResponse>.workgroups(): Flow<Workgroup>

This paginator transforms the flow returned by listWorkgroupsPaginated to access the nested member Workgroup

Return

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