GoogleCloudDataplexV1DataQualityRuleSetExpectation.fromJson constructor
GoogleCloudDataplexV1DataQualityRuleSetExpectation.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DataQualityRuleSetExpectation.fromJson(core.Map json_)
: this(
values: (json_['values'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);