in lib/Model/ConsoleAdminListInstancesOfProjectResultModelDataList.php [224:240]
public function __construct(array $data = null)
{
$this->container['commodity_specification_cn_name'] = isset($data['commodity_specification_cn_name']) ? $data['commodity_specification_cn_name'] : null;
$this->container['bandwidth_charge_type'] = isset($data['bandwidth_charge_type']) ? $data['bandwidth_charge_type'] : null;
$this->container['effective_time'] = isset($data['effective_time']) ? $data['effective_time'] : null;
$this->container['platform_type'] = isset($data['platform_type']) ? $data['platform_type'] : null;
$this->container['payment_type'] = isset($data['payment_type']) ? $data['payment_type'] : null;
$this->container['token'] = isset($data['token']) ? $data['token'] : null;
$this->container['expire_time'] = isset($data['expire_time']) ? $data['expire_time'] : null;
$this->container['commodity_instance_name'] = isset($data['commodity_instance_name']) ? $data['commodity_instance_name'] : null;
$this->container['commodity_instance_id'] = isset($data['commodity_instance_id']) ? $data['commodity_instance_id'] : null;
$this->container['region'] = isset($data['region']) ? $data['region'] : null;
$this->container['project_id'] = isset($data['project_id']) ? $data['project_id'] : null;
$this->container['container_count'] = isset($data['container_count']) ? $data['container_count'] : null;
$this->container['status'] = isset($data['status']) ? $data['status'] : null;
$this->container['trade_channel'] = isset($data['trade_channel']) ? $data['trade_channel'] : null;
}