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

ListFieldOptionsRequest

import type { ListFieldOptionsRequest } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";
interface ListFieldOptionsRequest {
domainId: string;
fieldId: string;
maxResults?: number | null;
nextToken?: string | null;
values?: string[] | null;
}

§Properties

§
domainId: string
[src]

The unique identifier of the Cases domain.

§
fieldId: string
[src]

The unique identifier of a field.

§
maxResults?: number | null
[src]

The maximum number of results to return per page.

§
nextToken?: string | null
[src]

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

§
values?: string[] | null
[src]

A list of FieldOption values to filter on for ListFieldOptions.