author = $author; } /** * @return CommitAuthor */ public function getAuthor() { return $this->author; } /** * @param string */ public function setRemoteBranch($remoteBranch) { $this->remoteBranch = $remoteBranch; } /** * @return string */ public function getRemoteBranch() { return $this->remoteBranch; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PullGitCommitsRequest::class, 'Google_Service_Dataform_PullGitCommitsRequest');