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

RemoveAudienceMembersStatus

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

The status of the remove audience members request.

interface RemoveAudienceMembersStatus {
mobileDataRemovalStatus?: RemoveMobileDataStatus;
pairDataRemovalStatus?: RemovePairDataStatus;
userDataRemovalStatus?: RemoveUserDataStatus;
}

§Properties

§
mobileDataRemovalStatus?: RemoveMobileDataStatus
[src]

The status of the mobile data removal from the destination.

§
pairDataRemovalStatus?: RemovePairDataStatus
[src]

The status of the pair data removal from the destination.

§
userDataRemovalStatus?: RemoveUserDataStatus
[src]

The status of the user data removal from the destination.