allowActions property

  1. @JsonKey(name: 'allowActions')
bool? allowActions
getter/setter pair

BNet may forbid the execution of actions on this item via the API. If that is occurring, allowActions will be set to false.

Implementation

@JsonKey(name:'allowActions')
bool? allowActions;