GoogleCloudAiplatformV1MemoryTopicId.fromJson constructor

GoogleCloudAiplatformV1MemoryTopicId.fromJson(
  1. Map json_
)

Implementation

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