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

SubscribeClientsRequest

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

Request message for SubscribeAuctionPackageClients.

interface SubscribeClientsRequest {
clients?: string[];
}

§Properties

§
clients?: string[]
[src]

Optional. A list of client buyers to subscribe to the auction package, with client buyer in the format buyers/{accountId}/clients/{clientAccountId}. The current buyer will be subscribed to the auction package regardless of the list contents if not already.