Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
client?: string
[src]

Optional. Identifies the client module initiating the CreateAssessment request. This can be the link to the client module's project. Examples include: - "github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager" - "cloud.google.com/recaptcha/docs/implement-waf-akamai" - "cloud.google.com/recaptcha/docs/implement-waf-cloudflare" - "wordpress.org/plugins/recaptcha-something"

§
version?: string
[src]

Optional. The version of the client module. For example, "1.0.0".