Tooth/src/API/PollOption.vala

5 lines
128 B
Vala
Executable File

public class Tooth.API.PollOption : Entity {
public string? title { get; set; }
public int64 votes_count{ get; set; }
}