completedCount property
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;
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.
@JsonKey(name:'completedCount')
int? completedCount;