ListTrialComponentsResponse constructor

ListTrialComponentsResponse({
  1. String? nextToken,
  2. List<TrialComponentSummary>? trialComponentSummaries,
})

Implementation

ListTrialComponentsResponse({
  this.nextToken,
  this.trialComponentSummaries,
});