Google Apps Script API
    Preparing search index...
    interface ProjectsCollection {
        get(profileId: string, id: string): Project;
        list(profileId: string): ProjectsListResponse;
        list(profileId: string, optionalArgs: object): ProjectsListResponse;
    }
    Index

    Methods

    Methods