AiGenerationResultPreview

data class AiGenerationResultPreview(val id: Long, val image: String, val hidden: Boolean, val liked: Boolean = false)(source)

Carries only gallery-grid fields for a generated image.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: Long, image: String, hidden: Boolean, liked: Boolean = false)

Properties

Link copied to clipboard

Exposes the hidden value used by the SDAI domain layer.

Link copied to clipboard
val id: Long

Exposes the id value used by the SDAI domain layer.

Link copied to clipboard

Exposes the image value used by the SDAI domain layer.

Link copied to clipboard

Exposes the liked value used by the SDAI domain layer.