--- title: test.vectorStringObject description: test_vectorStringObject attributes, type and example --- ## Constructor: test.vectorStringObject [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |value|Array of [test\_String](../constructors/test_String.md) | Yes| ### Type: [test\_VectorStringObject](../types/test_VectorStringObject.md) ### Example: ``` $test_vectorStringObject = ['_' => 'test.vectorStringObject', 'value' => [test_String], ]; ``` Or, if you're into Lua: ``` test_vectorStringObject={_='test.vectorStringObject', value={test_String}, } ```