action property

  1. @JsonKey(name: 'action')
DestinyItemActionBlockDefinition? action
getter/setter pair

If the item can be "used", this block will be non-null, and will have data related to the action performed when using the item. (Guess what? 99% of the time, this action is "dismantle". Shocker)

Implementation

@JsonKey(name:'action')
DestinyItemActionBlockDefinition? action;