ListImageRecipesResponse constructor

ListImageRecipesResponse({
  1. List<ImageRecipeSummary>? imageRecipeSummaryList,
  2. String? nextToken,
  3. String? requestId,
})

Implementation

ListImageRecipesResponse({
  this.imageRecipeSummaryList,
  this.nextToken,
  this.requestId,
});