GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo constructor
GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo({
- List<
GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo> ? endpoints, - String? languageCode,
- String? latestVerificationResult,
- String? username,
Implementation
GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo({
this.endpoints,
this.languageCode,
this.latestVerificationResult,
this.username,
});