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