559 B
559 B
title | description |
---|---|
nearestDc | nearestDc attributes, type and example |
Constructor: nearestDc
Attributes:
Name | Type | Required |
---|---|---|
country | string | Required |
this_dc | int | Required |
nearest_dc | int | Required |
Type: NearestDc
Example:
$nearestDc = ['_' => 'nearestDc', 'country' => string, 'this_dc' => int, 'nearest_dc' => int, ];