ResourceContents

The contents of a specific resource or sub-resource. Carries the optional _meta field via WithMeta.

Inheritors

Properties

Link copied to clipboard
@SerialName(value = "_meta")
abstract val meta: JsonObject?

Optional metadata attached to this entity.

Link copied to clipboard
abstract val mimeType: String?

The MIME type of this resource, if known.

Link copied to clipboard
abstract val uri: String

The URI of this resource.