GooglePrivacyDlpV2CloudStorageRegex.fromJson constructor
GooglePrivacyDlpV2CloudStorageRegex.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2CloudStorageRegex.fromJson(core.Map json_)
: this(
bucketNameRegex: json_['bucketNameRegex'] as core.String?,
projectIdRegex: json_['projectIdRegex'] as core.String?,
);