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

PlacementAssignment

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

Placement Assignment.

interface PlacementAssignment {
active?: boolean;
placementId?: bigint;
placementIdDimensionValue?: DimensionValue;
sslRequired?: boolean;
}

§Properties

§
active?: boolean
[src]

Whether this placement assignment is active. When true, the placement will be included in the ad's rotation.

§
placementId?: bigint
[src]

ID of the placement to be assigned. This is a required field.

§
placementIdDimensionValue?: DimensionValue
[src]

Dimension value for the ID of the placement. This is a read-only, auto-generated field.

§
sslRequired?: boolean
[src]

Whether the placement to be assigned requires SSL. This is a read-only field that is auto-generated when the ad is inserted or updated.