doNotPublish = $doNotPublish; } /** * @return bool */ public function getDoNotPublish() { return $this->doNotPublish; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialStanzaDeliveryRestriction::class, 'Google_Service_Contentwarehouse_SocialStanzaDeliveryRestriction');