completedCount property

  1. @JsonKey(name: 'completedCount')
int? completedCount
getter/setter pair

If available, this is the number of times this record has been completed. For example, the number of times a seal title has been gilded.

Implementation

@JsonKey(name:'completedCount')
int? completedCount;