selection property
- @JsonKey(name: 'selection', fromJson: decodeAwaUserSelection, toJson: encodeAwaUserSelection)
getter/setter pair
Indication of the selection the user has made (Approving or rejecting the action)
Implementation
@JsonKey(name:'selection',fromJson:decodeAwaUserSelection,toJson:encodeAwaUserSelection)
AwaUserSelection? selection;