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

BulkEditAdGroupAssignedTargetingOptionsResponse

import type { BulkEditAdGroupAssignedTargetingOptionsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";

Response message for BulkEditAssignedTargetingOptions.

interface BulkEditAdGroupAssignedTargetingOptionsResponse {
readonly errors?: Status[];
readonly failedAdGroupIds?: bigint[];
readonly updatedAdGroupIds?: bigint[];
}

§Properties

§
readonly errors?: Status[]
[src]

Output only. The error information for each ad group that failed to update.

§
readonly failedAdGroupIds?: bigint[]
[src]

Output only. The IDs of the ad groups which failed to update.

§
readonly updatedAdGroupIds?: bigint[]
[src]

Output only. The IDs of the ad groups which were successfully updated.