GoogleCloudDataplexV1DataQualityRuleTemplateSql.fromJson constructor

GoogleCloudDataplexV1DataQualityRuleTemplateSql.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataQualityRuleTemplateSql.fromJson(core.Map json_)
  : this(query: json_['query'] as core.String?);