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