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

GoogleCloudChannelV1alpha1ChannelPartnerEvent

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

Represents Pub/Sub messages about updates to a Channel Partner. You can retrieve updated values through the ChannelPartnerLinks API.

interface GoogleCloudChannelV1alpha1ChannelPartnerEvent {
channelPartner?: string;
eventType?: "TYPE_UNSPECIFIED" | "LINK_STATE_CHANGED" | "PARTNER_ADVANTAGE_INFO_CHANGED";
}

§Properties

§
channelPartner?: string
[src]

Resource name for the Channel Partner Link. Channel_partner uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}

§
eventType?: "TYPE_UNSPECIFIED" | "LINK_STATE_CHANGED" | "PARTNER_ADVANTAGE_INFO_CHANGED"
[src]

Type of event performed on the Channel Partner.