tiers property

  1. @JsonKey(name: 'tiers')
List<DestinyArtifactTierDefinition>? tiers
getter/setter pair

Any Tier/Rank data related to this artifact, listed in display order. Currently sourced from a Vendor, but this source is subject to change.

Implementation

@JsonKey(name:'tiers')
List<DestinyArtifactTierDefinition>? tiers;