GoogleCloudAiplatformV1ListRagFilesResponse constructor

GoogleCloudAiplatformV1ListRagFilesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1RagFile>? ragFiles,
})

Implementation

GoogleCloudAiplatformV1ListRagFilesResponse({
  this.nextPageToken,
  this.ragFiles,
});