guidedDisbandCount property

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

If -1, the guided group cannot be disbanded. Otherwise, take the total # of players in the activity and subtract this number: that is the total # of votes needed for the guided group to disband.

Implementation

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