profilePlugSets property

  1. @JsonKey(name: 'profilePlugSets')
SingleComponentResponseOfDestinyPlugSetsComponent? profilePlugSets
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 profile-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:'profilePlugSets')
SingleComponentResponseOfDestinyPlugSetsComponent? profilePlugSets;