Google Apps Script API
    Preparing search index...
    interface InventoryItem {
        accountId?: string;
        adSlots?: GoogleAppsScript.Dfareporting.Schema.AdSlot[];
        advertiserId?: string;
        contentCategoryId?: string;
        estimatedClickThroughRate?: string;
        estimatedConversionRate?: string;
        id?: string;
        inPlan?: boolean;
        kind?: string;
        lastModifiedInfo?: LastModifiedInfo;
        name?: string;
        negotiationChannelId?: string;
        orderId?: string;
        placementStrategyId?: string;
        pricing?: Pricing;
        projectId?: string;
        rfpId?: string;
        siteId?: string;
        subaccountId?: string;
        type?: string;
    }
    Index

    Properties

    accountId?: string
    advertiserId?: string
    contentCategoryId?: string
    estimatedClickThroughRate?: string
    estimatedConversionRate?: string
    id?: string
    inPlan?: boolean
    kind?: string
    lastModifiedInfo?: LastModifiedInfo
    name?: string
    negotiationChannelId?: string
    orderId?: string
    placementStrategyId?: string
    pricing?: Pricing
    projectId?: string
    rfpId?: string
    siteId?: string
    subaccountId?: string
    type?: string