selection property

  1. @JsonKey(name: 'selection', fromJson: decodeAwaUserSelection, toJson: encodeAwaUserSelection)
AwaUserSelection? selection
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;