tierHash property

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

An identifier, unique within the Artifact, for this specific tier.

Implementation

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