cloneContext = $cloneContext;
}
/**
* @return CloneContext
*/
public function getCloneContext()
{
return $this->cloneContext;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InstancesCloneRequest::class, 'Google_Service_SQLAdmin_InstancesCloneRequest');