/**
  * Instantiates a new content type update struct
  *
  * @return \eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroupUpdateStruct
  */
 public function newContentTypeGroupUpdateStruct()
 {
     return $this->service->newContentTypeGroupUpdateStruct();
 }