BlobResourceContents

data class BlobResourceContents(val blob: String, val uri: String, val mimeType: String? = null, val meta: JsonObject? = null) : ResourceContents(source)

The contents of a specific resource or sub-resource.

Constructors

Link copied to clipboard
constructor(blob: String, uri: String, mimeType: String? = null, meta: JsonObject? = null)

Properties

Link copied to clipboard
open val _meta: JsonObject
Link copied to clipboard

A base64-encoded string representing the binary data of the item.

Link copied to clipboard
@SerialName(value = "_meta")
open override val meta: JsonObject?
Link copied to clipboard
open override val mimeType: String?

The MIME type of this resource, if known.

Link copied to clipboard
open override val uri: String

The URI of this resource.