Image

@Serializable
data class Image(val id: Long? = null, val location: String? = null, val new: Boolean? = null, val storageType: Int? = null)

Parameters

id
location
new
storageType

Constructors

Link copied to clipboard
constructor(id: Long? = null, location: String? = null, new: Boolean? = null, storageType: Int? = null)

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val location: String? = null
Link copied to clipboard
val new: Boolean? = null
Link copied to clipboard
val storageType: Int? = null