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