TrialComponentSimpleSummary constructor
TrialComponentSimpleSummary({
- UserContext? createdBy,
- DateTime? creationTime,
- String? trialComponentArn,
- String? trialComponentName,
- TrialComponentSource? trialComponentSource,
Implementation
TrialComponentSimpleSummary({
this.createdBy,
this.creationTime,
this.trialComponentArn,
this.trialComponentName,
this.trialComponentSource,
});