detailAction property

  1. @JsonKey(name: 'detailAction')
String? detailAction
getter/setter pair

A description of what will happen when you open the sack. As far as I can tell, this is blank currently. Unknown whether it will eventually be populated with useful info.

Implementation

@JsonKey(name:'detailAction')
String? detailAction;