GooglePrivacyDlpV2BigQueryTableCollection.fromJson constructor
GooglePrivacyDlpV2BigQueryTableCollection.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2BigQueryTableCollection.fromJson(core.Map json_)
: this(
includeRegexes: json_.containsKey('includeRegexes')
? GooglePrivacyDlpV2BigQueryRegexes.fromJson(
json_['includeRegexes']
as core.Map<core.String, core.dynamic>)
: null,
);