UnknownResourceContents

@Serializable
data class UnknownResourceContents(val uri: String, val mimeType: String?) : ResourceContents(source)

Represents resource contents with unknown or unspecified data.

Constructors

Link copied to clipboard
constructor(uri: String, mimeType: String?)

Properties

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.