RuntimeConfig_CodeInterpreterRuntimeConfig.fromJson constructor
Implementation
factory RuntimeConfig_CodeInterpreterRuntimeConfig.fromJson(
Map<String, dynamic> json,
) {
return RuntimeConfig_CodeInterpreterRuntimeConfig(
fileInputGcsBucket: json['fileInputGcsBucket'] ?? '',
fileOutputGcsBucket: json['fileOutputGcsBucket'] ?? '',
);
}