IngestAudienceMembersStatus
import type { IngestAudienceMembersStatus } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";The status of the ingest audience members request.
interface IngestAudienceMembersStatus {
mobileDataIngestionStatus?: IngestMobileDataStatus;
pairDataIngestionStatus?: IngestPairDataStatus;
userDataIngestionStatus?: IngestUserDataStatus;
}§Properties
§
mobileDataIngestionStatus?: IngestMobileDataStatus
[src]The status of the mobile data ingestion to the destination.
§
pairDataIngestionStatus?: IngestPairDataStatus
[src]The status of the pair data ingestion to the destination.
§
userDataIngestionStatus?: IngestUserDataStatus
[src]The status of the user data ingestion to the destination.