StandardBlob

data class StandardBlob(val ref: BlobRef, val mimeType: String, val size: Long) : Blob

Constructors

Link copied to clipboard
constructor(ref: BlobRef, mimeType: String, size: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Long
Link copied to clipboard
@SerialName(value = "$type")
val type: String