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

CreateFieldRequest

import type { CreateFieldRequest } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";
interface CreateFieldRequest {
description?: string | null;
domainId: string;
name: string;
type: FieldType;
}

§Properties

§
description?: string | null
[src]

The description of the field.

§
domainId: string
[src]

The unique identifier of the Cases domain.

§
name: string
[src]

The name of the field.

§

Defines the data type, some system constraints, and default display of the field.