DynamicProfile
import type { DynamicProfile } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";
Contains dynamic profile information.
interface DynamicProfile {
active?: DynamicProfileVersion;
archiveStatus?: "ARCHIVE_STATUS_UNKNOWN" | "UNARCHIVED" | "ARCHIVED";
readonly createInfo?: LastModifiedInfo;
description?: string;
draft?: DynamicProfileVersion;
readonly dynamicProfileId?: bigint;
readonly kind?: string;
readonly lastModifiedInfo?: LastModifiedInfo;
name?: string;
status?:
| "STATUS_UNKNOWN"
| "ACTIVE"
| "INACTIVE"
| "DELETED";
studioAdvertiserId?: bigint;
}§Properties
§
active?: DynamicProfileVersion
[src]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.
§
draft?: DynamicProfileVersion
[src]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.