plugSets property

  1. @JsonKey(name: 'plugSets')
SingleComponentResponseOfDestinyPlugSetsComponent? plugSets
getter/setter pair

When sockets refer to reusable Plug Sets (see DestinyPlugSetDefinition for more info), this is the set of plugs and their states that are scoped to this character. 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:'plugSets')
SingleComponentResponseOfDestinyPlugSetsComponent? plugSets;