reusablePlugs property

  1. @JsonKey(name: 'reusablePlugs')
SingleComponentResponseOfDestinyItemReusablePlugsComponent? reusablePlugs
getter/setter pair

Information about the Reusable Plugs for sockets on an item. These are plugs that you can insert into the given socket regardless of if you actually own an instance of that plug: they are logic-driven plugs rather than inventory-driven. These may need to be combined with Plug Set component data to get a full picture of available plugs on a given socket. COMPONENT TYPE: ItemReusablePlugs

Implementation

@JsonKey(name:'reusablePlugs')
SingleComponentResponseOfDestinyItemReusablePlugsComponent? reusablePlugs;