allowActions property
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;
BNet may forbid the execution of actions on this item via the API. If that is occurring, allowActions will be set to false.
@JsonKey(name:'allowActions')
bool? allowActions;