structValues property

Map<String, QueryParameterValue>? structValues
getter/setter pair

The struct field values, in order of the struct type's declaration.

Optional.

Implementation

core.Map<core.String, QueryParameterValue>? structValues;