parentItemOverride property
- @JsonKey(name: 'parentItemOverride')
getter/setter pair
Do you ever get the feeling that a system has become so overburdened by edge cases that it probably should have become some other system entirely? So do I! In totally unrelated news, Plugs can now override properties of their parent items. This is some of the relevant definition data for those overrides. If this is populated, it will have the override data to be applied when this plug is applied to an item.
Implementation
@JsonKey(name:'parentItemOverride')
DestinyParentItemOverride? parentItemOverride;