containerImage property
Use a container image to start the notebook instance.
Implementation
@$pb.TagNumber(3)
ContainerImage get containerImage => $_getN(2);
Implementation
@$pb.TagNumber(3)
set containerImage(ContainerImage v) { setField(3, v); }