requestId property
- @JsonKey.new(name: 'requestId', fromJson: _decodeElicitationRequestScopeRequestId, toJson: _encodeElicitationRequestScopeRequestId, includeIfNull: true, required: true)
final
The request this elicitation is tied to.
Implementation
@JsonKey(
name: 'requestId',
fromJson: _decodeElicitationRequestScopeRequestId,
toJson: _encodeElicitationRequestScopeRequestId,
includeIfNull: true,
required: true,
)
final RequestId requestId;