GetImageUploadUrlForEntityTypeResult

data class GetImageUploadUrlForEntityTypeResult(val contentUrl: String? = null, val imageExists: Boolean? = null, val relativePath: String? = null)

The image definition.

Constructors

Link copied to clipboard
constructor(contentUrl: String? = null, imageExists: Boolean? = null, relativePath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentUrl: String? = null

Content URL for the image blob.

Link copied to clipboard
val imageExists: Boolean? = null

Whether image exists already.

Link copied to clipboard
val relativePath: String? = null

Relative path of the image.