matchmaking property
- @JsonKey(name: 'matchmaking')
getter/setter pair
This block of data provides information about the Activity's matchmaking attributes: how many people can join and such.
Implementation
@JsonKey(name:'matchmaking')
DestinyActivityMatchmakingBlockDefinition? matchmaking;