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

CreateVariableRequest

import type { CreateVariableRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/frauddetector.ts";
interface CreateVariableRequest {
dataSource: DataSource;
dataType: DataType;
defaultValue: string;
description?: string | null;
name: string;
tags?: Tag[] | null;
variableType?: string | null;
}

§Properties

§
dataSource: DataSource
[src]
§
dataType: DataType
[src]
§
defaultValue: string
[src]
§
description?: string | null
[src]
§
name: string
[src]
§
tags?: Tag[] | null
[src]
§
variableType?: string | null
[src]