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

GetFieldResponse

import type { GetFieldResponse } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";

Object to store detailed field information.

interface GetFieldResponse {
description?: string | null;
fieldArn: string;
fieldId: string;
name: string;
namespace: FieldNamespace;
tags?: {
[key: string]: string | null | undefined;
}
| null;
type: FieldType;
}

§Properties

§
description?: string | null
[src]

Description of the field.

§
fieldArn: string
[src]

The Amazon Resource Name (ARN) of the field.

§
fieldId: string
[src]

Unique identifier of the field.

§
name: string
[src]

Name of the field.

§

Namespace of the field.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

§

Type of the field.