Get Thing Type Result
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)