AttributePayload

The attribute payload.

Types

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

Properties

Link copied to clipboard

A JSON string containing up to three key-value pair in JSON format. For example:

Link copied to clipboard

Specifies whether the list of attributes provided in the AttributePayload is merged with the attributes stored in the registry, instead of overwriting them.

Functions

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