SwarmUiModelRaw

@Serializable
data class SwarmUiModelRaw(val name: String? = null, val title: String? = null, val author: String? = null)(source)

Carries SwarmUiModelRaw data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(name: String? = null, title: String? = null, author: String? = null)

Properties

Link copied to clipboard

Exposes the author value used by the SDAI network layer.

Link copied to clipboard
val name: String?

Exposes the name value used by the SDAI network layer.

Link copied to clipboard

Exposes the title value used by the SDAI network layer.