GooglePrivacyDlpV2OtherCloudResourceRegexes.fromJson constructor
GooglePrivacyDlpV2OtherCloudResourceRegexes.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2OtherCloudResourceRegexes.fromJson(core.Map json_)
: this(
patterns: (json_['patterns'] as core.List?)
?.map((value) =>
GooglePrivacyDlpV2OtherCloudResourceRegex.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);