matchmaking property

  1. @JsonKey(name: 'matchmaking')
DestinyActivityMatchmakingBlockDefinition? 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;