// Copyright © 2016 Aaron Longwell // // Use of this source code is governed by an MIT licese. // Details in the LICENSE file. package trello type Label struct { ID string `json:"id"` IDBoard string `json:"idBoard"` Name string `json:"name"` Color string `json:"color"` Uses int `json:"uses"` }