CreateTrialResponse constructor

CreateTrialResponse({
  1. String? trialArn,
})

Implementation

CreateTrialResponse({
  this.trialArn,
});