Google Apps Script API
    Preparing search index...
    interface ChangeLog {
        accountId?: string;
        action?: string;
        changeTime?: string;
        fieldName?: string;
        id?: string;
        kind?: string;
        newValue?: string;
        objectId?: string;
        objectType?: string;
        oldValue?: string;
        subaccountId?: string;
        transactionId?: string;
        userProfileId?: string;
        userProfileName?: string;
    }
    Index

    Properties

    accountId?: string
    action?: string
    changeTime?: string
    fieldName?: string
    id?: string
    kind?: string
    newValue?: string
    objectId?: string
    objectType?: string
    oldValue?: string
    subaccountId?: string
    transactionId?: string
    userProfileId?: string
    userProfileName?: string