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

BulkEditAssignedTargetingOptionsResponse

import type { BulkEditAssignedTargetingOptionsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";
interface BulkEditAssignedTargetingOptionsResponse {
errors?: Status[];
readonly failedLineItemIds?: bigint[];
readonly updatedLineItemIds?: bigint[];
}

§Properties

§
errors?: Status[]
[src]

The error information for each line item that failed to update.

§
readonly failedLineItemIds?: bigint[]
[src]

Output only. The IDs of the line items which failed.

§
readonly updatedLineItemIds?: bigint[]
[src]

Output only. The IDs of the line items which successfully updated.