General constructor from JSON payload
DeletedObject.fromJson(Map<String, dynamic> json) : uuid = json['uuid'], metadata = json['metadata'];