Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
Dns
/
File Content:
Info.php
<?php // Copyright 1999-2021. Plesk International GmbH. namespace PleskX\Api\Struct\Dns; class Info extends \PleskX\Api\Struct { /** @var int */ public $id; /** @var int */ public $siteId; /** @var int */ public $siteAliasId; /** @var string */ public $type; /** @var string */ public $host; /** @var string */ public $value; /** @var string */ public $opt; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ 'id', 'site-id', 'site-alias-id', 'type', 'host', 'value', 'opt', ]); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Info.php
698 bytes
0644
N4ST4R_ID | Naxtarrr