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

UpdateFieldRequest

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

§Properties

§
description?: string | null
[src]

The description of a field.

§
domainId: string
[src]

The unique identifier of the Cases domain.

§
fieldId: string
[src]

The unique identifier of a field.

§
name?: string | null
[src]

The name of the field.