toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (name != null) 'name': name!,
if (partitionConfig != null) 'partitionConfig': partitionConfig!,
if (reservationConfig != null) 'reservationConfig': reservationConfig!,
if (retentionConfig != null) 'retentionConfig': retentionConfig!,
};