offendingCharacterId property

  1. @JsonKey(name: 'offendingCharacterId')
String? offendingCharacterId
getter/setter pair

Within the PGCR provided when calling the Reporting endpoint, this should be the character ID of the user that you thought was violating terms of use. They must exist in the PGCR provided.

Implementation

@JsonKey(name:'offendingCharacterId')
String? offendingCharacterId;