ListComponentBuildVersionsResponse constructor
ListComponentBuildVersionsResponse({
- List<
ComponentSummary> ? componentSummaryList, - String? nextToken,
- String? requestId,
Implementation
ListComponentBuildVersionsResponse({
this.componentSummaryList,
this.nextToken,
this.requestId,
});