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

UpdateVariableRequest

import type { UpdateVariableRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface UpdateVariableRequest {
defaultValue?: string | null;
description?: string | null;
name: string;
variableType?: string | null;
}

§Properties

§
defaultValue?: string | null
[src]

The new default value of the variable.

§
description?: string | null
[src]

The new description.

§
name: string
[src]

The name of the variable.

§
variableType?: string | null
[src]

The variable type. For more information see Variable types.