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

CreativeGroupAssignment

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

Creative Group Assignment.

interface CreativeGroupAssignment {
creativeGroupId?: bigint;
creativeGroupNumber?: "CREATIVE_GROUP_ONE" | "CREATIVE_GROUP_TWO";
}

§Properties

§
creativeGroupId?: bigint
[src]

ID of the creative group to be assigned.

§
creativeGroupNumber?: "CREATIVE_GROUP_ONE" | "CREATIVE_GROUP_TWO"
[src]

Creative group number of the creative group assignment.