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

PutLabelRequest

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

§Properties

§
description?: string | null
[src]

The label description.

§
name: string
[src]

The label name.

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