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

ConversionStatus

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

The original conversion that was inserted or updated and whether there were any errors.

interface ConversionStatus {
conversion?: Conversion;
errors?: ConversionError[];
kind?: string;
}

§Properties

§
conversion?: Conversion
[src]

The original conversion that was inserted or updated.

§

A list of errors related to this conversion.

§
kind?: string
[src]

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