Google\Cloud\BigQuery\InsertResponse::__construct PHP Метод

__construct() публичный Метод

public __construct ( array $info, array $rows )
$info array The API response.
$rows array The rows provided in the original request.
    public function __construct(array $info, array $rows)
    {
        $this->info = $info;
        $this->rows = $rows;
    }