GooglePrivacyDlpV2PolicyAction.fromJson constructor

GooglePrivacyDlpV2PolicyAction.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2PolicyAction.fromJson(core.Map json_)
  : this(returnVerdict: json_['returnVerdict'] as core.String?);