ListComponentsResponse constructor

ListComponentsResponse({
  1. List<ApplicationComponent>? applicationComponentList,
  2. String? nextToken,
})

Implementation

ListComponentsResponse({
  this.applicationComponentList,
  this.nextToken,
});