GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals.fromJson constructor

GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals.fromJson(
  core.Map json_,
) : this(
      activeDaysLowerBound: json_['activeDaysLowerBound'] as core.int?,
      syntheticRisk: (json_['syntheticRisk'] as core.num?)?.toDouble(),
    );