GooglePrivacyDlpV2CloudStorageResourceReference.fromJson constructor

GooglePrivacyDlpV2CloudStorageResourceReference.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2CloudStorageResourceReference.fromJson(core.Map json_)
    : this(
        bucketName: json_['bucketName'] as core.String?,
        projectId: json_['projectId'] as core.String?,
      );