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

GoogleCloudChannelV1CustomerEvent

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

Represents Pub/Sub message content describing customer update.

interface GoogleCloudChannelV1CustomerEvent {
customer?: string;
eventType?: "TYPE_UNSPECIFIED" | "PRIMARY_DOMAIN_CHANGED" | "PRIMARY_DOMAIN_VERIFIED";
}

§Properties

§
customer?: string
[src]

Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}

§
eventType?: "TYPE_UNSPECIFIED" | "PRIMARY_DOMAIN_CHANGED" | "PRIMARY_DOMAIN_VERIFIED"
[src]

Type of event which happened on the customer.