GenerationResultEntity
constructor(id: Long, imageBase64: String, originalImageBase64: String, createdAt: Long, generationType: String, prompt: String, negativePrompt: String, width: Int, height: Int, samplingSteps: Int, cfgScale: Float, restoreFaces: Boolean, sampler: String, seed: String, subSeed: String, subSeedStrength: Float, denoisingStrength: Float, hidden: Boolean)(source)