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

UnsubscribeClientsRequest

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

Request message for UnsubscribeAuctionPackage.

interface UnsubscribeClientsRequest {
clients?: string[];
}

§Properties

§
clients?: string[]
[src]

Optional. A list of client buyers to unsubscribe from the auction package, with client buyer in the format buyers/{accountId}/clients/{clientAccountId}.