ExhibitionStandTypeMeetingPreferenceSettings
This represents the meeting preferences settings associated with an exhibition stand type.
type ExhibitionStandTypeMeetingPreferenceSettings {
goldMeetingPreferencesLabel: String
maximumGoldMeetingPreferences: NonNegativeInt
maximumPlatinumMeetingPreferences: NonNegativeInt
maximumStandardMeetingPreferences: NonNegativeInt
platinumMeetingPreferencesLabel: String
}
Fields
ExhibitionStandTypeMeetingPreferenceSettings.goldMeetingPreferencesLabel
● String
scalar
A label associated with gold meeting preferences. Optional.
Defaults to "Gold".
ExhibitionStandTypeMeetingPreferenceSettings.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:
- Platinum carry the most weight.
- Gold comes second.
- 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.
ExhibitionStandTypeMeetingPreferenceSettings.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:
- Platinum carry the most weight.
- Gold comes second.
- 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.
ExhibitionStandTypeMeetingPreferenceSettings.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:
- Platinum carry the most weight.
- Gold comes second.
- 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.
ExhibitionStandTypeMeetingPreferenceSettings.platinumMeetingPreferencesLabel
● String
scalar
A label associated with platinum meeting preferences. Optional.
Defaults to "Platinum".