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