DeleteTrialComponentResponse constructor

DeleteTrialComponentResponse({
  1. String? trialComponentArn,
})

Implementation

DeleteTrialComponentResponse({
  this.trialComponentArn,
});