Input$GoogleCalendarConferencePropertiesInput constructor

Input$GoogleCalendarConferencePropertiesInput({
  1. required List<String> allowedConferenceSolutionTypes,
})

Implementation

factory Input$GoogleCalendarConferencePropertiesInput(
        {required List<String> allowedConferenceSolutionTypes}) =>
    Input$GoogleCalendarConferencePropertiesInput._({
      r'allowedConferenceSolutionTypes': allowedConferenceSolutionTypes,
    });