toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (maxRetentionDays != null) 'maxRetentionDays': maxRetentionDays!,
if (onSourceDiskDelete != null)
'onSourceDiskDelete': onSourceDiskDelete!,
};