toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final datastoreResponseReason = this.datastoreResponseReason;
final ingestedContextReferenceDebugInfo =
this.ingestedContextReferenceDebugInfo;
final searchKnowledgeBehavior = this.searchKnowledgeBehavior;
final serviceLatency = this.serviceLatency;
return {
'datastoreResponseReason': ?datastoreResponseReason,
'ingestedContextReferenceDebugInfo': ?ingestedContextReferenceDebugInfo,
'searchKnowledgeBehavior': ?searchKnowledgeBehavior,
'serviceLatency': ?serviceLatency,
};
}