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