TrialComponentSimpleSummary constructor

TrialComponentSimpleSummary({
  1. UserContext? createdBy,
  2. DateTime? creationTime,
  3. String? trialComponentArn,
  4. String? trialComponentName,
  5. TrialComponentSource? trialComponentSource,
})

Implementation

TrialComponentSimpleSummary({
  this.createdBy,
  this.creationTime,
  this.trialComponentArn,
  this.trialComponentName,
  this.trialComponentSource,
});