Get Io TRole Result
data class GetIoTRoleResult(val computeResource: ComputeResourceResponse? = null, val hostPlatform: String, val hostPlatformType: String, val id: String, val ioTDeviceDetails: IoTDeviceInfoResponse, val ioTEdgeAgentInfo: IoTEdgeAgentInfoResponse? = null, val ioTEdgeDeviceDetails: IoTDeviceInfoResponse, val kind: String, val name: String, val roleStatus: String, val shareMappings: List<MountPointMapResponse>? = null, val systemData: SystemDataResponse, val type: String)
Compute role.
Constructors
Link copied to clipboard
fun GetIoTRoleResult(computeResource: ComputeResourceResponse? = null, hostPlatform: String, hostPlatformType: String, id: String, ioTDeviceDetails: IoTDeviceInfoResponse, ioTEdgeAgentInfo: IoTEdgeAgentInfoResponse? = null, ioTEdgeDeviceDetails: IoTDeviceInfoResponse, kind: String, name: String, roleStatus: String, shareMappings: List<MountPointMapResponse>? = null, systemData: SystemDataResponse, type: String)