Google Apps Script API
    Preparing search index...
    interface CreativeAsset {
        actionScript3?: boolean;
        active?: boolean;
        additionalSizes?: GoogleAppsScript.Dfareporting.Schema.Size[];
        alignment?: string;
        artworkType?: string;
        assetIdentifier?: CreativeAssetId;
        audioBitRate?: number;
        audioSampleRate?: number;
        backupImageExit?: CreativeCustomEvent;
        bitRate?: number;
        childAssetType?: string;
        collapsedSize?: GoogleAppsScript.Dfareporting.Schema.Size;
        companionCreativeIds?: string[];
        customStartTimeValue?: number;
        detectedFeatures?: string[];
        displayType?: string;
        duration?: number;
        durationType?: string;
        expandedDimension?: GoogleAppsScript.Dfareporting.Schema.Size;
        fileSize?: string;
        flashVersion?: number;
        frameRate?: number;
        hideFlashObjects?: boolean;
        hideSelectionBoxes?: boolean;
        horizontallyLocked?: boolean;
        id?: string;
        idDimensionValue?: DimensionValue;
        mediaDuration?: number;
        mimeType?: string;
        offset?: OffsetPosition;
        orientation?: string;
        originalBackup?: boolean;
        politeLoad?: boolean;
        position?: OffsetPosition;
        positionLeftUnit?: string;
        positionTopUnit?: string;
        progressiveServingUrl?: string;
        pushdown?: boolean;
        pushdownDuration?: number;
        role?: string;
        size?: GoogleAppsScript.Dfareporting.Schema.Size;
        sslCompliant?: boolean;
        startTimeType?: string;
        streamingServingUrl?: string;
        transparency?: boolean;
        verticallyLocked?: boolean;
        windowMode?: string;
        zIndex?: number;
        zipFilename?: string;
        zipFilesize?: string;
    }
    Index

    Properties

    actionScript3?: boolean
    active?: boolean
    alignment?: string
    artworkType?: string
    assetIdentifier?: CreativeAssetId
    audioBitRate?: number
    audioSampleRate?: number
    backupImageExit?: CreativeCustomEvent
    bitRate?: number
    childAssetType?: string
    companionCreativeIds?: string[]
    customStartTimeValue?: number
    detectedFeatures?: string[]
    displayType?: string
    duration?: number
    durationType?: string
    fileSize?: string
    flashVersion?: number
    frameRate?: number
    hideFlashObjects?: boolean
    hideSelectionBoxes?: boolean
    horizontallyLocked?: boolean
    id?: string
    idDimensionValue?: DimensionValue
    mediaDuration?: number
    mimeType?: string
    orientation?: string
    originalBackup?: boolean
    politeLoad?: boolean
    position?: OffsetPosition
    positionLeftUnit?: string
    positionTopUnit?: string
    progressiveServingUrl?: string
    pushdown?: boolean
    pushdownDuration?: number
    role?: string
    sslCompliant?: boolean
    startTimeType?: string
    streamingServingUrl?: string
    transparency?: boolean
    verticallyLocked?: boolean
    windowMode?: string
    zIndex?: number
    zipFilename?: string
    zipFilesize?: string