ListComponentBuildVersionsResponse constructor

ListComponentBuildVersionsResponse({
  1. List<ComponentSummary>? componentSummaryList,
  2. String? nextToken,
  3. String? requestId,
})

Implementation

ListComponentBuildVersionsResponse({
  this.componentSummaryList,
  this.nextToken,
  this.requestId,
});