GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals.fromJson constructor

GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals.fromJson(
  1. 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,
      );