Google Apps Script API
    Preparing search index...
    interface DoGet {
        contentLength: number;
        contextPath: string;
        parameter: { [key: string]: string };
        parameters: { [key: string]: string[] };
        pathInfo: string;
        queryString: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentLength: number
    contextPath: string
    parameter: { [key: string]: string }
    parameters: { [key: string]: string[] }
    pathInfo: string
    queryString: string