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