export class User { name: string; . . constructor(attributes: any) { for(const key in attributes){ if(this.hasOwnProperty(key)){