Google Apps Script API
    Preparing search index...
    interface AdSlot {
        comment?: string;
        compatibility?: string;
        height?: string;
        linkedPlacementId?: string;
        name?: string;
        paymentSourceType?: string;
        primary?: boolean;
        width?: string;
    }
    Index

    Properties

    comment?: string
    compatibility?: string
    height?: string
    linkedPlacementId?: string
    name?: string
    paymentSourceType?: string
    primary?: boolean
    width?: string