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