GoogleCloudRecaptchaenterpriseV1AssessmentEnvironment
import type { GoogleCloudRecaptchaenterpriseV1AssessmentEnvironment } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";The environment creating the assessment. This describes your environment (the system invoking CreateAssessment), NOT the environment of your user.
interface GoogleCloudRecaptchaenterpriseV1AssessmentEnvironment {
client?: string;
version?: string;
}