GoogleCloudAiplatformV1MetadataStoreDataplexConfig.fromJson constructor

GoogleCloudAiplatformV1MetadataStoreDataplexConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1MetadataStoreDataplexConfig.fromJson(core.Map json_)
    : this(
        enabledPipelinesLineage: json_.containsKey('enabledPipelinesLineage')
            ? json_['enabledPipelinesLineage'] as core.bool
            : null,
      );