requestId property

  1. @JsonKey.new(name: 'requestId', fromJson: _decodeCancelRequestNotificationRequestId, toJson: _encodeCancelRequestNotificationRequestId, includeIfNull: true, required: true)
RequestId requestId
final

The ID of the request to cancel.

Implementation

@JsonKey(
  name: 'requestId',
  fromJson: _decodeCancelRequestNotificationRequestId,
  toJson: _encodeCancelRequestNotificationRequestId,
  includeIfNull: true,
  required: true,
)
final RequestId requestId;