Get Image Upload Url For Entity Type Result
data class GetImageUploadUrlForEntityTypeResult(val contentUrl: String? = null, val imageExists: Boolean? = null, val relativePath: String? = null)
The image definition.
Constructors
Link copied to clipboard
fun GetImageUploadUrlForEntityTypeResult(contentUrl: String? = null, imageExists: Boolean? = null, relativePath: String? = null)