Google Apps Script API
    Preparing search index...
    interface StateHistory {
        actorUserId?: string;
        state?: string;
        stateTimestamp?: string;
    }
    Index

    Properties

    actorUserId?: string
    state?: string
    stateTimestamp?: string