ListContainerRecipesResponse constructor

ListContainerRecipesResponse({
  1. List<ContainerRecipeSummary>? containerRecipeSummaryList,
  2. String? nextToken,
  3. String? requestId,
})

Implementation

ListContainerRecipesResponse({
  this.containerRecipeSummaryList,
  this.nextToken,
  this.requestId,
});