ListComponentsResponse constructor

ListComponentsResponse({
  1. List<ComponentVersion>? componentVersionList,
  2. String? nextToken,
  3. String? requestId,
})

Implementation

ListComponentsResponse({
  this.componentVersionList,
  this.nextToken,
  this.requestId,
});