$VertexRagStoreRagResource constructor

$VertexRagStoreRagResource({
  1. String? ragCorpus,
  2. List<String>? ragFileIds,
})

Implementation

$VertexRagStoreRagResource({
  this.ragCorpus,
  this.ragFileIds,
});