characterId property

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

ID of the player's character used in the activity.

Implementation

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