ThingTypeMetadata

The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when time was deprecated.

Types

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

Properties

Link copied to clipboard

The date and time when the thing type was created.

Link copied to clipboard

Whether the thing type is deprecated. If true, no new things could be associated with this type.

Link copied to clipboard

The date and time when the thing type was deprecated.

Functions

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