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