UpdateTrialComponentResponse constructor

UpdateTrialComponentResponse({
  1. String? trialComponentArn,
})

Implementation

UpdateTrialComponentResponse({
  this.trialComponentArn,
});