toJson method

Map<String, dynamic> toJson()

Implementation

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