UnknownResourceContents

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

Represents resource contents with unknown or unspecified data.

Constructors

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

Properties

Link copied to clipboard
open val _meta: JsonObject
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.