baseTableReference = $baseTableReference;
}
/**
* @return TableReference
*/
public function getBaseTableReference()
{
return $this->baseTableReference;
}
/**
* @param string
*/
public function setCloneTime($cloneTime)
{
$this->cloneTime = $cloneTime;
}
/**
* @return string
*/
public function getCloneTime()
{
return $this->cloneTime;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CloneDefinition::class, 'Google_Service_Bigquery_CloneDefinition');