dev.azure.com/aidainnovazione0090/DeviceManager/_git/go-mod-core-contracts@v1.0.2/models/deviceservice.go (about)

     1  //
     2  // Copyright (C) 2020-2023 IOTech Ltd
     3  //
     4  // SPDX-License-Identifier: Apache-2.0
     5  
     6  package models
     7  
     8  type DeviceService struct {
     9  	DBTimestamp
    10  	Id          string
    11  	Name        string
    12  	Description string
    13  	Labels      []string
    14  	BaseAddress string
    15  	AdminState  AdminState
    16  }