questionId property

List<String>? questionId
getter/setter pair

The ID of the question created as part of this item, for a question group it lists IDs of all the questions created for this item.

Implementation

core.List<core.String>? questionId;