toJson method
Implementation
@override
Object toJson() => {
if (codeInterpreterRuntimeConfig case final codeInterpreterRuntimeConfig?)
'codeInterpreterRuntimeConfig': codeInterpreterRuntimeConfig.toJson(),
if (vertexAiSearchRuntimeConfig case final vertexAiSearchRuntimeConfig?)
'vertexAiSearchRuntimeConfig': vertexAiSearchRuntimeConfig.toJson(),
if (defaultParams case final defaultParams?)
'defaultParams': defaultParams.toJson(),
};