operatorOptions = $operatorOptions;
}
/**
* @return DateOperatorOptions
*/
public function getOperatorOptions()
{
return $this->operatorOptions;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DatePropertyOptions::class, 'Google_Service_CloudSearch_DatePropertyOptions');