Get Edge Module Result
data class GetEdgeModuleResult(val edgeModuleId: String, val id: String, val name: String, val systemData: SystemDataResponse, val type: String)
The representation of an edge module.
Constructors
Link copied to clipboard
constructor(edgeModuleId: String, id: String, name: String, systemData: SystemDataResponse, type: String)