GooglePrivacyDlpV2DataProfileLocation.fromJson constructor

GooglePrivacyDlpV2DataProfileLocation.fromJson(
  1. Map json_
)

Implementation

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