TestVectorStringObject
public struct TestVectorStringObject : Codable, Equatable, FunctionResult
A simple object containing a vector of objects that hold a string; for testing only
-
Vector of objects
Declaration
Swift
public let value: [TestString]
-
A simple object containing a vector of objects that hold a string; for testing only
Declaration
Swift
public init(value: [TestString])
Parameters
value
Vector of objects