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

ListEntitiesRequest

import type { ListEntitiesRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface ListEntitiesRequest {
filters?: ListEntitiesFilter[] | null;
maxResults?: number | null;
nextToken?: string | null;
workspaceId: string;
}

§Properties

§
filters?: ListEntitiesFilter[] | null
[src]

A list of objects that filter the request.

Note: Only one object is accepted as a valid input.

§
maxResults?: number | null
[src]

The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

§
nextToken?: string | null
[src]

The string that specifies the next page of results.

§
workspaceId: string
[src]

The ID of the workspace.