artifactHash property

  1. @JsonKey(name: 'artifactHash')
int? artifactHash
getter/setter pair

If this item should show you Artifact information when you preview it, this is the hash identifier of the DestinyArtifactDefinition for the artifact whose data should be shown.

Implementation

@JsonKey(name:'artifactHash')
int? artifactHash;