characterId property

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

Destiny character ID, if applicable, that will be affected by the action.

Implementation

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