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

ConversionsBatchUpdateResponse

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

Update Conversions Response.

interface ConversionsBatchUpdateResponse {
hasFailures?: boolean;
kind?: string;
status?: ConversionStatus[];
}

§Properties

§
hasFailures?: boolean
[src]

Indicates that some or all conversions failed to update.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#conversionsBatchUpdateResponse".

§

The update status of each conversion. Statuses are returned in the same order that conversions are updated.