action property
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;