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

ConversionsBatchUpdateRequest

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

Update Conversions Request.

interface ConversionsBatchUpdateRequest {
conversions?: Conversion[];
encryptionInfo?: EncryptionInfo;
kind?: string;
}

§Properties

§
conversions?: Conversion[]
[src]

The set of conversions to update.

§
encryptionInfo?: EncryptionInfo
[src]

Describes how encryptedUserId is encrypted. This is a required field if encryptedUserId is used.

§
kind?: string
[src]

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