2017-08-25 15:05:53 +02:00
|
|
|
---
|
|
|
|
title: testVectorString
|
|
|
|
description: Tests only. A simple object containing just a vector of strings
|
|
|
|
---
|
|
|
|
## Constructor: testVectorString
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tests only. A simple object containing just a vector of strings
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
|
|
|
|----------|---------------|----------|-------------|
|
2017-09-29 15:50:59 +02:00
|
|
|
|value|Array of [string](../types/string.md) | Yes|The vector of strings|
|
2017-08-25 15:05:53 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [TestVectorString](../types/TestVectorString.md)
|
|
|
|
|
|
|
|
|