GoogleCloudAiplatformV1ListMemoryRevisionsResponse constructor

GoogleCloudAiplatformV1ListMemoryRevisionsResponse({
  1. List<GoogleCloudAiplatformV1MemoryRevision>? memoryRevisions,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListMemoryRevisionsResponse({
  this.memoryRevisions,
  this.nextPageToken,
});