Converts to JSON.
Map<String, dynamic> toJson() => { 'id': id, 'object': object, 'deleted': deleted, };