for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
// Copyright 1999-2021. Plesk International GmbH.
namespace PleskX\Api\Struct\Server;
class Preferences extends \PleskX\Api\Struct
{
/** @var int */
public $statTtl;
public $trafficAccounting;
public $restartApacheInterval;
public function __construct($apiResponse)
$this->_initScalarProperties($apiResponse, [
'stat_ttl',
'traffic_accounting',
'restart_apache_interval',
]);
}