GenericDetail

data class GenericDetail(val raw: String = "")(source)

Generic architecture detail placeholder for architectures without specialized support.

Constructors

Link copied to clipboard
constructor(raw: String = "")

Properties

Link copied to clipboard
val raw: String