msSinceEpoch = $msSinceEpoch;
}
/**
* @return string
*/
public function getMsSinceEpoch()
{
return $this->msSinceEpoch;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DateInput::class, 'Google_Service_HangoutsChat_DateInput');