UpdateContainerAgentResponse constructor

UpdateContainerAgentResponse({
  1. ContainerInstance? containerInstance,
})

Implementation

UpdateContainerAgentResponse({
  this.containerInstance,
});