milestone.js.es6 100 Bytes
class ListMilestone {
  constructor (obj) {
    this.id = obj.id;
    this.title = obj.title;
  }
}