GooglePrivacyDlpV2OrgConfig.fromJson constructor
GooglePrivacyDlpV2OrgConfig.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2OrgConfig.fromJson(core.Map json_)
: this(
location: json_.containsKey('location')
? GooglePrivacyDlpV2DiscoveryStartingLocation.fromJson(
json_['location'] as core.Map<core.String, core.dynamic>)
: null,
projectId: json_.containsKey('projectId')
? json_['projectId'] as core.String
: null,
);