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

DynamicProfile

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

Contains dynamic profile information.

interface DynamicProfile {
archiveStatus?: "ARCHIVE_STATUS_UNKNOWN" | "UNARCHIVED" | "ARCHIVED";
readonly createInfo?: LastModifiedInfo;
description?: string;
readonly dynamicProfileId?: bigint;
readonly kind?: string;
readonly lastModifiedInfo?: LastModifiedInfo;
name?: string;
status?:
| "STATUS_UNKNOWN"
| "ACTIVE"
| "INACTIVE"
| "DELETED";
studioAdvertiserId?: bigint;
}

§Properties

§

Optional. Active version of the dynamic profile.

§
archiveStatus?: "ARCHIVE_STATUS_UNKNOWN" | "UNARCHIVED" | "ARCHIVED"
[src]

Optional. Archive status of this dynamic profile.

§
readonly createInfo?: LastModifiedInfo
[src]

Output only. The creation timestamp of the dynamic profile. This is a read-only field.

§
description?: string
[src]

Optional. Description of this dynamic profile.

§

Optional. Draft version of the dynamic profile.

§
readonly dynamicProfileId?: bigint
[src]

Output only. Unique ID of this dynamic profile. This is a read-only, auto-generated field.

§
readonly kind?: string
[src]

Output only. Identifies what kind of resource this is. Value: the fixed string "dfareporting#dynamicProfile".

§
readonly lastModifiedInfo?: LastModifiedInfo
[src]

Output only. The last modified timestamp of the dynamic profile. This is a read-only field.

§
name?: string
[src]

Required. Identifier. Name of this dynamic profile. This is a required field and must be less than 256 characters long.

§
status?: "STATUS_UNKNOWN" | "ACTIVE" | "INACTIVE" | "DELETED"
[src]

Optional. Status of this dynamic profile.

§
studioAdvertiserId?: bigint
[src]

Required. Advertiser ID of this dynamic profile. This is a required field on insertion.