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

GoogleCloudChannelV1UnregisterSubscriberRequest

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

Request Message for UnregisterSubscriber.

interface GoogleCloudChannelV1UnregisterSubscriberRequest {
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 to unregister from subscriber access to the topic.