ListContainerRecipesResponse constructor
ListContainerRecipesResponse({
- List<
ContainerRecipeSummary> ? containerRecipeSummaryList, - String? nextToken,
- String? requestId,
Implementation
ListContainerRecipesResponse({
this.containerRecipeSummaryList,
this.nextToken,
this.requestId,
});