IngestMobileDataStatus
import type { IngestMobileDataStatus } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";The status of the mobile data ingestion to the destination containing stats related to the ingestion.
interface IngestMobileDataStatus {
mobileIdCount?: bigint;
recordCount?: bigint;
}