GoogleCloudDataplexV1DataQualityRuleSqlAssertion.fromJson constructor
GoogleCloudDataplexV1DataQualityRuleSqlAssertion.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DataQualityRuleSqlAssertion.fromJson(core.Map json_)
: this(
sqlStatement: json_['sqlStatement'] as core.String?,
);