schemas

@JvmName(name = "listSchemasResponseSchemaSummary")
fun Flow<ListSchemasResponse>.schemas(): Flow<SchemaSummary>

This paginator transforms the flow returned by listSchemasPaginated to access the nested member SchemaSummary

Return

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


@JvmName(name = "searchSchemasResponseSearchSchemaSummary")
fun Flow<SearchSchemasResponse>.schemas(): Flow<SearchSchemaSummary>

This paginator transforms the flow returned by searchSchemasPaginated to access the nested member SearchSchemaSummary

Return

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