GoogleCloudRecaptchaenterpriseV1TestingOptions class
Options for user acceptance testing.
Constructors
- GoogleCloudRecaptchaenterpriseV1TestingOptions({String? testingChallenge, double? testingScore})
- GoogleCloudRecaptchaenterpriseV1TestingOptions.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testingChallenge ↔ String?
-
For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge
requests for this site will return nocaptcha if NOCAPTCHA, or an
unsolvable challenge if CHALLENGE.
getter/setter pair
- testingScore ↔ double?
-
All assessments for this Key will return this score.
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