dev.azure.com/aidainnovazione0090/DeviceManager/_git/go-mod-core-contracts@v1.0.2/models/deviceprofile.go (about) 1 // 2 // Copyright (C) 2020 IOTech Ltd 3 // 4 // SPDX-License-Identifier: Apache-2.0 5 6 package models 7 8 type DeviceProfile struct { 9 DBTimestamp 10 Description string 11 Id string 12 Name string 13 Manufacturer string 14 Model string 15 Labels []string 16 DeviceResources []DeviceResource 17 DeviceCommands []DeviceCommand 18 }