DisassociateTrialComponentResponse constructor

DisassociateTrialComponentResponse({
  1. String? trialArn,
  2. String? trialComponentArn,
})

Implementation

DisassociateTrialComponentResponse({
  this.trialArn,
  this.trialComponentArn,
});