OBJECT
Attendance for a specific player on a specific raid night.
type PlayerAttendance {# The name of the player.name: String # The class of the player.type: String # Presence info for the player. A value of 1 means the player was present. A value # of 2 indicates present but on the bench.presence: Int }