Module: HubSpotSDK::Models::Scheduler::ExternalMeetingsUser::CalendarProvider
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/hubspot_sdk/models/scheduler/external_meetings_user.rb
Overview
The calendar provider associated with the user. Accepted values are: GOOGLE, OFFICE365, EXCHANGE, UNKNOWN.
Constant Summary collapse
- EXCHANGE =
:EXCHANGE- GOOGLE =
:GOOGLE- OFFICE365 =
:OFFICE365- UNKNOWN =
:UNKNOWN
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/hubspot_sdk/models/scheduler/external_meetings_user.rb', line 65
|