OBJECT
ReportDungeonPullNPC
The ReportDungeonPullNPC represents participation info within a single dungeon pull for an NPC.
link GraphQL Schema definition
- type ReportDungeonPullNPC {
- # The report ID of the actor. This ID is used in events to identify sources and
- # targets.
- Int :
- # The game ID of the actor, e.g., so it can be looked up on external Web sites.
- Int :
- # The lowest instance ID seen during the pull.
- Int :
- # The highest instance ID seen during the pull.
- Int :
- # The lowest instance group ID seen during the pull.
- Int :
- # The highest instance group ID seen during the pull.
- Int :
- }