Tooth/src/API/TagHistory.vala

6 lines
196 B
Vala

public class Tooth.API.TagHistory : Entity {
public string day { get; set; default = ""; }
public string accounts { get; set; default = "0"; }
public string uses { get; set; default = "0"; }
}