toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final generativeQuestionConfig = this.generativeQuestionConfig;
final updateMask = this.updateMask;
return {
'generativeQuestionConfig': ?generativeQuestionConfig,
'updateMask': ?updateMask,
};
}