sectionBreakLocation = $sectionBreakLocation; } /** * @return Location */ public function getSectionBreakLocation() { return $this->sectionBreakLocation; } /** * The type of header to create. * * Accepted values: HEADER_FOOTER_TYPE_UNSPECIFIED, DEFAULT * * @param self::TYPE_* $type */ public function setType($type) { $this->type = $type; } /** * @return self::TYPE_* */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateHeaderRequest::class, 'Google_Service_Docs_CreateHeaderRequest');