talentGrid property

  1. @JsonKey(name: 'talentGrid')
SingleComponentResponseOfDestinyItemTalentGridComponent? talentGrid
getter/setter pair

Information about the talent grid attached to the item. Talent nodes can provide a variety of benefits and abilities, and in Destiny 2 are used almost exclusively for the character's "Builds". COMPONENT TYPE: ItemTalentGrids

Implementation

@JsonKey(name:'talentGrid')
SingleComponentResponseOfDestinyItemTalentGridComponent? talentGrid;