"BreakLabelType", ]; /** * @var int */ public $breakLabelType; /** * @var bool */ public $isPrefix; /** * @param int */ public function setBreakLabelType($breakLabelType) { $this->breakLabelType = $breakLabelType; } /** * @return int */ public function getBreakLabelType() { return $this->breakLabelType; } /** * @param bool */ public function setIsPrefix($isPrefix) { $this->isPrefix = $isPrefix; } /** * @return bool */ public function getIsPrefix() { return $this->isPrefix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoodocBreakLabel::class, 'Google_Service_Contentwarehouse_GoodocBreakLabel');