ListRecommenderConfigurationsResponse constructor

ListRecommenderConfigurationsResponse({
  1. required List<RecommenderConfigurationResponse> item,
  2. String? nextToken,
})

Implementation

ListRecommenderConfigurationsResponse({
  required this.item,
  this.nextToken,
});