ImportRagFilesResponse constructor
ImportRagFilesResponse({})
Implementation
ImportRagFilesResponse({
this.partialFailuresGcsPath,
this.partialFailuresBigqueryTable,
this.importedRagFilesCount = 0,
this.failedRagFilesCount = 0,
this.skippedRagFilesCount = 0,
}) : super(fullyQualifiedName);