Google Apps Script API
    Preparing search index...
    interface GradeHistory {
        actorUserId?: string;
        gradeChangeType?: string;
        gradeTimestamp?: string;
        maxPoints?: number;
        pointsEarned?: number;
    }
    Index

    Properties

    actorUserId?: string
    gradeChangeType?: string
    gradeTimestamp?: string
    maxPoints?: number
    pointsEarned?: number