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

ListSharedResourceSubscriptionsResponse

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

Message for response to the listing of shared resource subscriptions.

interface ListSharedResourceSubscriptionsResponse {
nextPageToken?: string;
sharedResourceSubscriptions?: Subscription[];
}

§Properties

§
nextPageToken?: string
[src]

Next page token.

§
sharedResourceSubscriptions?: Subscription[]
[src]

The list of subscriptions.