import { Serializable } from '../Serializable'; export class DatasetProfileModel { public id: String; public label: String; // fromJSONObject(item:any): DatasetProfileModel{ // this.id = item.id; // this.label = item.label; // return this; // } }