GooglePrivacyDlpV2OrConditions.fromJson constructor

GooglePrivacyDlpV2OrConditions.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2OrConditions.fromJson(core.Map json_)
  : this(
      minAge: json_['minAge'] as core.String?,
      minRowCount: json_['minRowCount'] as core.int?,
    );