contents = $contents; } /** * @return string */ public function getContents() { return $this->contents; } /** * @param string */ public function setJobId($jobId) { $this->jobId = $jobId; } /** * @return string */ public function getJobId() { return $this->jobId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NotebookAction::class, 'Google_Service_Dataform_NotebookAction');