GoogleCloudRecaptchaenterpriseV1RiskAnalysis class
Risk analysis result for an event.
Constructors
- 
          GoogleCloudRecaptchaenterpriseV1RiskAnalysis({List<
String> ? extendedVerdictReasons, List<String> ? reasons, double? score}) - GoogleCloudRecaptchaenterpriseV1RiskAnalysis.fromJson(Map json_)
 
Properties
- 
  extendedVerdictReasons
  ↔ List<
String> ? - 
  Extended verdict reasons to be used for experimentation only.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  reasons
  ↔ List<
String> ? - 
  Reasons contributing to the risk analysis verdict.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - score ↔ double?
 - 
  Legitimate event score from 0.0 to 1.0.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited