CreateImageResponse

@JsonClass(generateAdapter = true)
data class CreateImageResponse(@Json(name = "image_id") val imageId: String, @Json(name = "url") val url: String)

Image creation response model.

Constructors

Link copied to clipboard
constructor(@Json(name = "image_id") imageId: String, @Json(name = "url") url: String)

Properties

Link copied to clipboard

created image id.

Link copied to clipboard
val url: String

url of image.