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
§
dynamicRules?: DynamicRules
[src]Optional. Dynamic rules for row selection for the given dynamic feed in the given dynamic profile.