characterPlugSets property
- @JsonKey(name: 'characterPlugSets')
getter/setter pair
When sockets refer to reusable Plug Sets (see DestinyPlugSetDefinition for more info), this is the set of plugs and their states, per character, that are character-scoped. This comes back with ItemSockets, as it is needed for a complete picture of the sockets on requested items. COMPONENT TYPE: ItemSockets
Implementation
@JsonKey(name:'characterPlugSets')
DictionaryComponentResponseOfint64AndDestinyPlugSetsComponent? characterPlugSets;