branches = $branches; } /** * @return string[] */ public function getBranches() { return $this->branches; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FetchRemoteBranchesResponse::class, 'Google_Service_Dataform_FetchRemoteBranchesResponse');