Instance info
elucidation
Two dimensional array of strings. Elements are of type Vector[string] separated by comma and enclosed inside square [ ] bracket. All elements must have the same length. null represents empty value. e.g. [['Air','vibration','c'],['A', 'B', 'C'],[ 'Aaba',null, 'Baca'],['cc','b','here']]
Instance relations
Types