GoogleCloudAiplatformV1MemoryTopicId.fromJson constructor
GoogleCloudAiplatformV1MemoryTopicId.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1MemoryTopicId.fromJson(core.Map json_)
: this(
customMemoryTopicLabel: json_['customMemoryTopicLabel'] as core.String?,
managedMemoryTopic: json_['managedMemoryTopic'] as core.String?,
);