GoogleCloudDataplexV1DataQualityRuleDebugQuery.fromJson constructor

GoogleCloudDataplexV1DataQualityRuleDebugQuery.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataQualityRuleDebugQuery.fromJson(core.Map json_)
  : this(
      description: json_['description'] as core.String?,
      sqlStatement: json_['sqlStatement'] as core.String?,
    );