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

     1  package models
     2  
     3  type LabelsWithDeviceCount struct {
     4  	Labels      string
     5  	DeviceCount int
     6  }