userSelection property

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