Get Site Result
data class GetSiteResult(val displayName: String, val id: String, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
IoT site model
Constructors
Link copied to clipboard
fun GetSiteResult(displayName: String, id: String, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)