CreateContainerVersionResponse constructor
CreateContainerVersionResponse({
- bool? compilerError,
- ContainerVersion? containerVersion,
Implementation
CreateContainerVersionResponse({
this.compilerError,
this.containerVersion,
});