GoogleCloudAiplatformV1MemoryRevision constructor

GoogleCloudAiplatformV1MemoryRevision({
  1. String? createTime,
  2. String? expireTime,
  3. List<GoogleCloudAiplatformV1IntermediateExtractedMemory>? extractedMemories,
  4. String? fact,
  5. Map<String, String>? labels,
  6. String? name,
})

Implementation

GoogleCloudAiplatformV1MemoryRevision({
  this.createTime,
  this.expireTime,
  this.extractedMemories,
  this.fact,
  this.labels,
  this.name,
});