footerId = $footerId; } /** * @return string */ public function getFooterId() { return $this->footerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateFooterResponse::class, 'Google_Service_Docs_CreateFooterResponse');