GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest class
The request message to annotate an Assessment.
Constructors
-
GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest({String? accountId, String? annotation, String? hashedAccountId, List<
String> ? reasons, GoogleCloudRecaptchaenterpriseV1TransactionEvent? transactionEvent}) - GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest.fromJson(Map json_)
Properties
- accountId ↔ String?
-
A stable account identifier to apply to the assessment.
getter/setter pair
- annotation ↔ String?
-
The annotation that will be assigned to the Event.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashedAccountId ↔ String?
-
A stable hashed account identifier to apply to the assessment.
getter/setter pair
-
hashedAccountIdAsBytes
↔ List<
int> -
getter/setter pair
-
reasons
↔ List<
String> ? -
Reasons for the annotation that are assigned to the event.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionEvent ↔ GoogleCloudRecaptchaenterpriseV1TransactionEvent?
-
If the assessment is part of a payment transaction, provide details on
payment lifecycle events that occur in the transaction.
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