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

UpdateLayoutRequest

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

§Properties

§
content?: LayoutContent | null
[src]

Information about which fields will be present in the layout, the order of the fields, and a read-only attribute of the field.

§
domainId: string
[src]

The unique identifier of the Cases domain.

§
layoutId: string
[src]

The unique identifier of the layout.

§
name?: string | null
[src]

The name of the layout. It must be unique per domain.