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

RemovePairDataStatus

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

The status of the pair data removal from the destination.

interface RemovePairDataStatus {
pairIdCount?: bigint;
recordCount?: bigint;
}

§Properties

§
pairIdCount?: bigint
[src]

The total count of pair ids sent in the removal request. Includes all pair ids in the request, regardless of whether they were successfully removed or not.

§
recordCount?: bigint
[src]

The total count of audience members sent in the removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.