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

PutOutcomeRequest

import type { PutOutcomeRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface PutOutcomeRequest {
description?: string | null;
name: string;
tags?: Tag[] | null;
}

§Properties

§
description?: string | null
[src]

The outcome description.

§
name: string
[src]

The name of the outcome.

§
tags?: Tag[] | null
[src]

A collection of key and value pairs.