factory DeleteLinkRequest.fromJson(Map<String, dynamic> json) { return DeleteLinkRequest(name: json['name'] ?? ''); }