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

PutEntityTypeRequest

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

§Properties

§
description?: string | null
[src]

The description.

§
name: string
[src]

The name of the entity type.

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

A collection of key and value pairs.