GetRetainedMessageResponse

The output from the GetRetainedMessage operation.

Types

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

Properties

Link copied to clipboard

The Epoch date and time, in milliseconds, when the retained message was stored by IoT.

Link copied to clipboard

The Base64-encoded message payload of the retained message body.

Link copied to clipboard
val qos: Int

The quality of service (QoS) level used to publish the retained message.

Link copied to clipboard

The topic name to which the retained message was published.

Link copied to clipboard

A base64-encoded JSON string that includes an array of JSON objects, or null if the retained message doesn't include any user properties.

Functions

Link copied to clipboard
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