GooglePrivacyDlpV2ByteContentItem.fromJson constructor

GooglePrivacyDlpV2ByteContentItem.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2ByteContentItem.fromJson(core.Map json_)
  : this(
      data: json_['data'] as core.String?,
      type: json_['type'] as core.String?,
    );