ListComponentsResponse constructor
ListComponentsResponse({
- List<
ComponentVersion> ? componentVersionList, - String? nextToken,
- String? requestId,
Implementation
ListComponentsResponse({
this.componentVersionList,
this.nextToken,
this.requestId,
});