UpdateTrialResponse constructor

UpdateTrialResponse({
  1. String? trialArn,
})

Implementation

UpdateTrialResponse({
  this.trialArn,
});