TrialComponentSummary constructor

TrialComponentSummary({
  1. UserContext? createdBy,
  2. DateTime? creationTime,
  3. String? displayName,
  4. DateTime? endTime,
  5. UserContext? lastModifiedBy,
  6. DateTime? lastModifiedTime,
  7. DateTime? startTime,
  8. TrialComponentStatus? status,
  9. String? trialComponentArn,
  10. String? trialComponentName,
  11. 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,
});