GetContainerRecipeResponse constructor
GetContainerRecipeResponse({
- ContainerRecipe? containerRecipe,
- String? requestId,
Implementation
GetContainerRecipeResponse({
this.containerRecipe,
this.requestId,
});