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

GoogleCloudChannelV1ListSubscribersResponse

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

Response Message for ListSubscribers.

interface GoogleCloudChannelV1ListSubscribersResponse {
nextPageToken?: string;
serviceAccounts?: string[];
topic?: string;
}

§Properties

§
nextPageToken?: string
[src]

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
serviceAccounts?: string[]
[src]

List of service accounts which have subscriber access to the topic.

§
topic?: string
[src]

Name of the topic registered with the reseller.