LinkDeliveryGetRequest constructor

LinkDeliveryGetRequest({
  1. String? clientId,
  2. String? secret,
  3. required String linkDeliverySessionId,
})

Implementation

LinkDeliveryGetRequest({
  this.clientId,
  this.secret,
  required this.linkDeliverySessionId,
});