CreateTrialComponentResponse constructor

CreateTrialComponentResponse({
  1. String? trialComponentArn,
})

Implementation

CreateTrialComponentResponse({
  this.trialComponentArn,
});