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

DescribeUsersRequest

import type { DescribeUsersRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workdocs.ts";
interface DescribeUsersRequest {
AuthenticationToken?: string | null;
Fields?: string | null;
Include?: UserFilterType | null;
Limit?: number | null;
Marker?: string | null;
Order?: OrderType | null;
OrganizationId?: string | null;
Query?: string | null;
Sort?: UserSortType | null;
UserIds?: string | null;
}

§Properties

§
AuthenticationToken?: string | null
[src]
§
Fields?: string | null
[src]
§
Include?: UserFilterType | null
[src]
§
Limit?: number | null
[src]
§
Marker?: string | null
[src]
§
Order?: OrderType | null
[src]
§
OrganizationId?: string | null
[src]
§
Query?: string | null
[src]
§
Sort?: UserSortType | null
[src]
§
UserIds?: string | null
[src]