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

DynamicProfileFeedSettings

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

Contains dynamic profile specific settings for an associated dynamic feed.

interface DynamicProfileFeedSettings {
dynamicFeedId?: bigint;
dynamicRules?: DynamicRules;
quantity?: number;
}

§Properties

§
dynamicFeedId?: bigint
[src]

Optional. Dynamic feed ID associated with dynamic profile version.

§
dynamicRules?: DynamicRules
[src]

Optional. Dynamic rules for row selection for the given dynamic feed in the given dynamic profile.

§
quantity?: number
[src]

Optional. The number of this dynamic feed rows needed by the dynamic profile, default value is 1. Acceptable values are between 1 to 99, inclusive.