GooglePrivacyDlpV2BigQueryRegex.fromJson constructor
GooglePrivacyDlpV2BigQueryRegex.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2BigQueryRegex.fromJson(core.Map json_)
: this(
datasetIdRegex: json_.containsKey('datasetIdRegex')
? json_['datasetIdRegex'] as core.String
: null,
projectIdRegex: json_.containsKey('projectIdRegex')
? json_['projectIdRegex'] as core.String
: null,
tableIdRegex: json_.containsKey('tableIdRegex')
? json_['tableIdRegex'] as core.String
: null,
);