CreateQuickConnectResponse constructor

CreateQuickConnectResponse({
  1. String? quickConnectARN,
  2. String? quickConnectId,
})

Implementation

CreateQuickConnectResponse({
  this.quickConnectARN,
  this.quickConnectId,
});