Google Apps Script API
    Preparing search index...
    interface QueryParameter {
        name?: string;
        parameterType?: QueryParameterType;
        parameterValue?: QueryParameterValue;
    }
    Index

    Properties

    name?: string
    parameterType?: QueryParameterType
    parameterValue?: QueryParameterValue