types

@JvmName(name = "listTypesResponseType")
fun Flow<ListTypesResponse>.types(): Flow<Type>

This paginator transforms the flow returned by listTypesPaginated to access the nested member Type

Return

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


@JvmName(name = "listTypesByAssociationResponseType")
fun Flow<ListTypesByAssociationResponse>.types(): Flow<Type>

This paginator transforms the flow returned by listTypesByAssociationPaginated to access the nested member Type

Return

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