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

CustomBiddingAlgorithmRulesRef

import type { CustomBiddingAlgorithmRulesRef } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

The reference to the uploaded AlgorithmRules file. Retrieve the location to upload new AlgorithmRules file to using customBiddingAlgorithms.uploadRules.

interface CustomBiddingAlgorithmRulesRef {
resourceName?: string;
}

§Properties

§
resourceName?: string
[src]

A resource name to be used in media.download to download the rules files. Or media.upload to upload the rules files. Resource names have the format customBiddingAlgorithms/{custom_bidding_algorithm_id}/rulesRef/{ref_id}.