requestId property
- @JsonKey.new(name: 'requestId', fromJson: _decodeCancelRequestNotificationRequestId, toJson: _encodeCancelRequestNotificationRequestId, includeIfNull: true, required: true)
final
The ID of the request to cancel.
Implementation
@JsonKey(
name: 'requestId',
fromJson: _decodeCancelRequestNotificationRequestId,
toJson: _encodeCancelRequestNotificationRequestId,
includeIfNull: true,
required: true,
)
final RequestId requestId;