GoogleCloudAiplatformV1Memory constructor

GoogleCloudAiplatformV1Memory({
  1. String? createTime,
  2. String? description,
  3. bool? disableMemoryRevisions,
  4. String? displayName,
  5. String? expireTime,
  6. String? fact,
  7. Map<String, GoogleCloudAiplatformV1MemoryMetadataValue>? metadata,
  8. String? name,
  9. String? revisionExpireTime,
  10. Map<String, String>? revisionLabels,
  11. String? revisionTtl,
  12. Map<String, String>? scope,
  13. List<GoogleCloudAiplatformV1MemoryTopicId>? topics,
  14. String? ttl,
  15. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1Memory({
  this.createTime,
  this.description,
  this.disableMemoryRevisions,
  this.displayName,
  this.expireTime,
  this.fact,
  this.metadata,
  this.name,
  this.revisionExpireTime,
  this.revisionLabels,
  this.revisionTtl,
  this.scope,
  this.topics,
  this.ttl,
  this.updateTime,
});