DeleteTrialResponse constructor

DeleteTrialResponse({
  1. String? trialArn,
})

Implementation

DeleteTrialResponse({
  this.trialArn,
});