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