DescribeContainerOutput constructor

DescribeContainerOutput({
  1. Container? container,
})

Implementation

DescribeContainerOutput({
  this.container,
});