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

DescribeNotificationSubscriptionsRequest

import type { DescribeNotificationSubscriptionsRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface DescribeNotificationSubscriptionsRequest {
Limit?: number | null;
Marker?: string | null;
OrganizationId: string;
}

§Properties

§
Limit?: number | null
[src]

The maximum number of items to return with this call.

§
Marker?: string | null
[src]

The marker for the next set of results. (You received this marker from a previous call.)

§
OrganizationId: string
[src]

The ID of the organization.