GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest constructor
GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest({
- String? accountId,
- String? annotation,
- String? hashedAccountId,
- GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent? phoneAuthenticationEvent,
- List<
String> ? reasons, - GoogleCloudRecaptchaenterpriseV1TransactionEvent? transactionEvent,
Implementation
GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest({
this.accountId,
this.annotation,
this.hashedAccountId,
this.phoneAuthenticationEvent,
this.reasons,
this.transactionEvent,
});