Skip to main content

RegistrationTypeMeetingPreferenceSettings

This represents the meeting preferences settings associated with a registration type.

type RegistrationTypeMeetingPreferenceSettings {
goldMeetingPreferencesLabel: String
maximumGoldMeetingPreferences: NonNegativeInt
maximumPlatinumMeetingPreferences: NonNegativeInt
maximumStandardMeetingPreferences: NonNegativeInt
platinumMeetingPreferencesLabel: String
}

Fields

RegistrationTypeMeetingPreferenceSettings.goldMeetingPreferencesLabel ● String scalar

A label associated with gold meeting preferences. Optional.

Defaults to "Gold".

RegistrationTypeMeetingPreferenceSettings.maximumGoldMeetingPreferences ● NonNegativeInt scalar

Defines the maximum number of gold meeting preferences. Optional.

Meeting preference types carry weight during the meeting matching process, which influences the likelihood of a meeting preference turning into a match:

  1. Platinum carry the most weight.
  2. Gold comes second.
  3. Standard comes third.

Rules:

  • null means there is no limit.
  • 0 means gold meeting preferences are not allowed.
  • Any other value represents the limit of allowed gold meeting preferences.

RegistrationTypeMeetingPreferenceSettings.maximumPlatinumMeetingPreferences ● NonNegativeInt scalar

Defines the maximum number of platinum meeting preferences. Optional.

Meeting preference types carry weight during the meeting matching process, which influences the likelihood of a meeting preference turning into a match:

  1. Platinum carry the most weight.
  2. Gold comes second.
  3. Standard comes third.

Rules:

  • null means there is no limit.
  • 0 means platinum meeting preferences are not allowed.
  • Any other value represents the limit of allowed platinum meeting preferences.

RegistrationTypeMeetingPreferenceSettings.maximumStandardMeetingPreferences ● NonNegativeInt scalar

Defines the maximum number of standard meeting preferences. Optional.

Meeting preference types carry weight during the meeting matching process, which influences the likelihood of a meeting preference turning into a match:

  1. Platinum carry the most weight.
  2. Gold comes second.
  3. Standard comes third.

Rules:

  • null means there is no limit.
  • 0 means standard meeting preferences are not allowed.
  • Any other value represents the limit of allowed standard meeting preferences.

RegistrationTypeMeetingPreferenceSettings.platinumMeetingPreferencesLabel ● String scalar

A label associated with platinum meeting preferences. Optional.

Defaults to "Platinum".

Member Of

RegistrationTypeMeetingSettings object