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