2017-08-25 15:05:53 +02:00
|
|
|
---
|
|
|
|
title: testCallVectorStringObject
|
|
|
|
description: Test request. Returns back received vector of objects containing a string
|
|
|
|
---
|
|
|
|
## Method: testCallVectorStringObject
|
|
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
|
|
|
|
|
|
Test request. Returns back received vector of objects containing a string
|
|
|
|
|
|
|
|
### Params:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
|
|
|
|----------|---------------|----------|-------------|
|
2017-09-29 15:50:59 +02:00
|
|
|
|x|Array of [testString](../constructors/testString.md) | Yes|Vector of objects to return|
|
2017-08-25 15:05:53 +02:00
|
|
|
|
|
|
|
|
|
|
|
### Return type: [TestVectorStringObject](../types/TestVectorStringObject.md)
|
|
|
|
|