GoogleCloudDataplexV1DataQualityRuleRuleSource.fromJson constructor
GoogleCloudDataplexV1DataQualityRuleRuleSource.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DataQualityRuleRuleSource.fromJson(core.Map json_)
: this(
rulePathElements: (json_['rulePathElements'] as core.List?)
?.map(
(value) =>
GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElement.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);