Constructor: fileLocation_23
File location.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
dc_id | int | Yes | DC ID |
volume_id | long | Yes | Volume ID |
local_id | int | Yes | Local ID |
secret | long | Yes | Secret |
Type: FileLocation
Example:
$fileLocation_23 = ['_' => 'fileLocation', 'dc_id' => int, 'volume_id' => long, 'local_id' => int, 'secret' => long];