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

DynamicProfileVersion

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

Contains dynamic profile version information.

interface DynamicProfileVersion {
dynamicProfileFeedSettings?: DynamicProfileFeedSettings[];
readonly versionId?: bigint;
}

§Properties

§
dynamicProfileFeedSettings?: DynamicProfileFeedSettings[]
[src]

Optional. Associated dynamic feeds and their settings (including dynamic rules) for this dynamic profile version.

§
readonly versionId?: bigint
[src]

Output only. Version ID of this dynamic profile version. This is a read-only, auto-generated field. -1 for draft version, 0+ for published versions.