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