KtorSwarmUiGenerationResponse

@Serializable
data class KtorSwarmUiGenerationResponse(val images: List<String>? = null)(source)

Carries KtorSwarmUiGenerationResponse data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(images: List<String>? = null)

Properties

Link copied to clipboard

Exposes the images value used by the SDAI network layer.