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