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

RemoveUserDataStatus

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

The status of the user data removal from the destination.

interface RemoveUserDataStatus {
recordCount?: bigint;
userIdentifierCount?: bigint;
}

§Properties

§
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.

§
userIdentifierCount?: bigint
[src]

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