toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (customSourceLocation != null)
'customSourceLocation': customSourceLocation!.toJson(),
if (pubsubLocation != null) 'pubsubLocation': pubsubLocation!.toJson(),
if (sideInputLocation != null)
'sideInputLocation': sideInputLocation!.toJson(),
if (streamingStageLocation != null)
'streamingStageLocation': streamingStageLocation!.toJson(),
};