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

RemoveTargetedAppsRequest

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

A request to stop targeting the provided apps in a specific pretargeting configuration. The pretargeting configuration itself specifies how these apps are targeted. in PretargetingConfig.appTargeting.mobileAppTargeting.

interface RemoveTargetedAppsRequest {
appIds?: string[];
}

§Properties

§
appIds?: string[]
[src]

A list of app IDs to stop targeting in the pretargeting configuration. These values will be removed from the list of targeted app IDs in PretargetingConfig.appTargeting.mobileAppTargeting.values.