Google Apps Script API
    Preparing search index...
    interface ListPopulationTerm {
        contains?: boolean;
        negation?: boolean;
        operator?: string;
        remarketingListId?: string;
        type?: string;
        value?: string;
        variableFriendlyName?: string;
        variableName?: string;
    }
    Index

    Properties

    contains?: boolean
    negation?: boolean
    operator?: string
    remarketingListId?: string
    type?: string
    value?: string
    variableFriendlyName?: string
    variableName?: string