factory PathResponseLinks.fromJson(Map<String, dynamic> json) => new PathResponseLinks(json['self'] == null ? null : new Link.fromJson(json['self'] as Map<String, dynamic>));