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

RemoveMobileDataStatus

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

The status of the mobile data removal from the destination.

interface RemoveMobileDataStatus {
mobileIdCount?: bigint;
recordCount?: bigint;
}

§Properties

§
mobileIdCount?: bigint
[src]

The total count of mobile Ids sent in the removal request. Includes all mobile 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.