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

PlacementStrategy

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

Contains properties of a placement strategy.

interface PlacementStrategy {
accountId?: bigint;
id?: bigint;
kind?: string;
name?: string;
}

§Properties

§
accountId?: bigint
[src]

Account ID of this placement strategy.This is a read-only field that can be left blank.

§
id?: bigint
[src]

ID of this placement strategy. This is a read-only, auto-generated field.

§
kind?: string
[src]

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

§
name?: string
[src]

Name of this placement strategy. This is a required field. It must be less than 256 characters long and unique among placement strategies of the same account.