toJson method

  1. @override
Object toJson()
override

Implementation

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