Google Apps Script API
    Preparing search index...
    interface QueryParameterValue {
        arrayValues?: QueryParameterValue[];
        structValues?: object;
        value?: string;
    }
    Index

    Properties

    arrayValues?: QueryParameterValue[]
    structValues?: object
    value?: string