core.Map<core.String, core.dynamic> toJson() { final backupId = this.backupId; final ttl = this.ttl; return {'backupId': ?backupId, 'ttl': ?ttl}; }