userSelection property
- @JsonKey(name: 'userSelection', fromJson: decodeAwaUserSelection, toJson: encodeAwaUserSelection)
getter/setter pair
Indication of how the user responded to the request. If the value is "Approved" the actionToken will contain the token that can be presented when performing the advanced write action.
Implementation
@JsonKey(name:'userSelection',fromJson:decodeAwaUserSelection,toJson:encodeAwaUserSelection)
AwaUserSelection? userSelection;