translationBlock property

  1. @JsonKey(name: 'translationBlock')
DestinyItemTranslationBlockDefinition? translationBlock
getter/setter pair

Any Geometry/3D info we know about the Artifact. Currently sourced from a related inventory item's gearset information, but the source of this data is subject to change.

Implementation

@JsonKey(name:'translationBlock')
DestinyItemTranslationBlockDefinition? translationBlock;