GetContainerRecipeResponse constructor

GetContainerRecipeResponse({
  1. ContainerRecipe? containerRecipe,
  2. String? requestId,
})

Implementation

GetContainerRecipeResponse({
  this.containerRecipe,
  this.requestId,
});