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

ListSubscriptionsResponse

import type { ListSubscriptionsResponse } from "https://googleapis.deno.dev/v1/analyticshub:v1.ts";

Message for response to the listing of subscriptions.

interface ListSubscriptionsResponse {
nextPageToken?: string;
subscriptions?: Subscription[];
}

§Properties

§
nextPageToken?: string
[src]

Next page token.

§
subscriptions?: Subscription[]
[src]

The list of subscriptions.