GoogleCloudAiplatformV1MemoryTopicId constructor

GoogleCloudAiplatformV1MemoryTopicId({
  1. String? customMemoryTopicLabel,
  2. String? managedMemoryTopic,
})

Implementation

GoogleCloudAiplatformV1MemoryTopicId({
  this.customMemoryTopicLabel,
  this.managedMemoryTopic,
});