AbstractionResponse

data class AbstractionResponse(val abstractions: List<AbstractionItem> = emptyList())

Response structure for abstraction.

Constructors

Link copied to clipboard
constructor(abstractions: List<AbstractionItem> = emptyList())

Properties

Link copied to clipboard