TrialComponentSummary constructor
TrialComponentSummary({
- UserContext? createdBy,
- DateTime? creationTime,
- String? displayName,
- DateTime? endTime,
- UserContext? lastModifiedBy,
- DateTime? lastModifiedTime,
- DateTime? startTime,
- TrialComponentStatus? status,
- String? trialComponentArn,
- String? trialComponentName,
- TrialComponentSource? trialComponentSource,
Implementation
TrialComponentSummary({
this.createdBy,
this.creationTime,
this.displayName,
this.endTime,
this.lastModifiedBy,
this.lastModifiedTime,
this.startTime,
this.status,
this.trialComponentArn,
this.trialComponentName,
this.trialComponentSource,
});