Google Apps Script API
    Preparing search index...
    interface ProjectsCollection {
        getServiceAccount(projectId: string): GetServiceAccountResponse;
        list(): ProjectList;
        list(optionalArgs: object): ProjectList;
    }
    Index

    Methods