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

ConversionsBatchInsertResponse

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

Insert Conversions Response.

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

§Properties

§
hasFailures?: boolean
[src]

Indicates that some or all conversions failed to insert.

§
kind?: string
[src]

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

§

The insert status of each conversion. Statuses are returned in the same order that conversions are inserted.