result = $result;
}
/**
* @return UrlMapValidationResult
*/
public function getResult()
{
return $this->result;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UrlMapsValidateResponse::class, 'Google_Service_Compute_UrlMapsValidateResponse');