ResourceTagSet

A complex type containing a resource and its associated tags.

Types

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

Properties

Link copied to clipboard

The ID for the specified resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard
val tags: List<Tag>?

The tags associated with the specified resource.

Functions

Link copied to clipboard
inline fun copy(block: ResourceTagSet.Builder.() -> Unit = {}): ResourceTagSet
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