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