GoogleCloudRecaptchaenterpriseV1ChallengeMetrics class
Metrics related to challenges.
Constructors
- GoogleCloudRecaptchaenterpriseV1ChallengeMetrics({String? failedCount, String? nocaptchaCount, String? pageloadCount, String? passedCount})
- GoogleCloudRecaptchaenterpriseV1ChallengeMetrics.fromJson(Map json_)
Properties
- failedCount ↔ String?
-
Count of submitted challenge solutions that were incorrect or otherwise
deemed suspicious such that a subsequent challenge was triggered.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nocaptchaCount ↔ String?
-
Count of nocaptchas (successful verification without a challenge) issued.
getter/setter pair
- pageloadCount ↔ String?
-
Count of reCAPTCHA checkboxes or badges rendered.
getter/setter pair
- passedCount ↔ String?
-
Count of nocaptchas (successful verification without a challenge) plus
submitted challenge solutions that were correct and resulted in
verification.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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