GetThingTypeResult

data class GetThingTypeResult(val arn: String? = null, val deprecateThingType: Boolean? = null, val id: String? = null, val tags: List<ThingTypeTag>? = null)

Constructors

Link copied to clipboard
fun GetThingTypeResult(arn: String? = null, deprecateThingType: Boolean? = null, id: String? = null, tags: List<ThingTypeTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val tags: List<ThingTypeTag>? = null

An array of key-value pairs to apply to this resource.