GooglePrivacyDlpV2DataProfileLocation.fromJson constructor
GooglePrivacyDlpV2DataProfileLocation.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2DataProfileLocation.fromJson(core.Map json_)
: this(
folderId: json_['folderId'] as core.String?,
organizationId: json_['organizationId'] as core.String?,
);