Resource

class Resource

A resource that provides supplementary information about a product, such as documentation links, support contacts, or usage instructions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of the resource content, such as a URL, email address, or text.

Link copied to clipboard

An optional human-readable label for the resource.

Link copied to clipboard

The category of the resource, such as manufacturer support or usage instructions.

Link copied to clipboard

The resource content. Interpretation depends on the content type.

Functions

Link copied to clipboard
inline fun copy(block: Resource.Builder.() -> Unit = {}): Resource
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String