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

GoogleCloudChannelV1RegisterSubscriberRequest

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

Request Message for RegisterSubscriber.

interface GoogleCloudChannelV1RegisterSubscriberRequest {
account?: string;
integrator?: string;
serviceAccount?: string;
}

§Properties

§
account?: string
[src]

Optional. Resource name of the account. Required if integrator is not provided. Otherwise, leave this field empty/unset.

§
integrator?: string
[src]

Optional. Resource name of the integrator. Required if account is not provided. Otherwise, leave this field empty/unset.

§
serviceAccount?: string
[src]

Required. Service account that provides subscriber access to the registered topic.