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

    Methods

    Methods