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;
}