uninstancedItemComponents property

  1. @JsonKey(name: 'uninstancedItemComponents')
DestinyBaseItemComponentSetOfuint32? uninstancedItemComponents
getter/setter pair

The set of components belonging to the player's UNinstanced items. Because apparently now those too can have information relevant to the character's state. COMPONENT TYPE: See inside the DestinyItemComponentSet contract for component types.

Implementation

@JsonKey(name:'uninstancedItemComponents')
DestinyBaseItemComponentSetOfuint32? uninstancedItemComponents;