allowedQuestions top-level property

List<String> allowedQuestions
getter/setter pair

Implementation

var allowedQuestions = [
    'OpinionScale',
    'Rating',
    'TextInput',
    'MultiChoice',
    'PhoneNumber',
    'YesNo',
    'EmailInput',
    'NPSScore',
    'CESScore',
    'CSATScore'
  ];