UpdateContainerInstancesStateResponse constructor
UpdateContainerInstancesStateResponse({
- List<
ContainerInstance> ? containerInstances, - List<
Failure> ? failures,
Implementation
UpdateContainerInstancesStateResponse({
this.containerInstances,
this.failures,
});