structTypes property

List<QueryParameterTypeStructTypes>? structTypes
getter/setter pair

The types of the fields of this struct, in order, if this is a struct.

Optional.

Implementation

core.List<QueryParameterTypeStructTypes>? structTypes;