StabilityAiEngineRaw

@Serializable
data class StabilityAiEngineRaw(val description: String? = null, val id: String? = null, val name: String? = null, val type: String? = null)(source)

Carries StabilityAiEngineRaw data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(description: String? = null, id: String? = null, name: String? = null, type: String? = null)

Properties

Link copied to clipboard

Exposes the description value used by the SDAI network layer.

Link copied to clipboard
val id: String?

Exposes the id 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
val type: String?

Exposes the type value used by the SDAI network layer.