UpdateThingRequest

The input for the UpdateThing operation.

Types

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

Properties

Link copied to clipboard

A list of thing attributes, a JSON string containing name-value pairs. For example:

Link copied to clipboard

The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the UpdateThing request is rejected with a VersionConflictException.

Link copied to clipboard

Remove a thing type association. If true, the association is removed.

Link copied to clipboard

The name of the thing to update.

Link copied to clipboard

The name of the thing type.

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