GoogleCloudDataplexV1DataQualityRuleSqlAssertion.fromJson constructor

GoogleCloudDataplexV1DataQualityRuleSqlAssertion.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataQualityRuleSqlAssertion.fromJson(core.Map json_)
    : this(
        sqlStatement: json_.containsKey('sqlStatement')
            ? json_['sqlStatement'] as core.String
            : null,
      );