Class: HubSpotSDK::Models::Scheduler::ExternalMeetingsUser
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Scheduler::ExternalMeetingsUser
- Defined in:
- lib/hubspot_sdk/models/scheduler/external_meetings_user.rb
Defined Under Namespace
Modules: CalendarProvider
Instance Attribute Summary collapse
-
#calendar_provider ⇒ Symbol, HubSpotSDK::Models::Scheduler::ExternalMeetingsUser::CalendarProvider
The calendar provider associated with the user.
-
#id ⇒ String
The ID for the meetings user.
-
#is_sales_starter ⇒ Boolean
Whether the user has a sales starter seat.
-
#user_id ⇒ String
The ID of the user.
- #user_profile ⇒ HubSpotSDK::Models::Scheduler::ExternalUserProfile
Instance Method Summary collapse
-
#initialize(id:, calendar_provider:, is_sales_starter:, user_id:, user_profile:) ⇒ Object
constructor
Some parameter documentations has been truncated, see ExternalMeetingsUser for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, calendar_provider:, is_sales_starter:, user_id:, user_profile:) ⇒ Object
Some parameter documentations has been truncated, see HubSpotSDK::Models::Scheduler::ExternalMeetingsUser for more details.
|
|
# File 'lib/hubspot_sdk/models/scheduler/external_meetings_user.rb', line 39
|
Instance Attribute Details
#calendar_provider ⇒ Symbol, HubSpotSDK::Models::Scheduler::ExternalMeetingsUser::CalendarProvider
The calendar provider associated with the user. Accepted values are: GOOGLE, OFFICE365, EXCHANGE, UNKNOWN.
18 19 20 |
# File 'lib/hubspot_sdk/models/scheduler/external_meetings_user.rb', line 18 required :calendar_provider, enum: -> { HubSpotSDK::Scheduler::ExternalMeetingsUser::CalendarProvider }, api_name: :calendarProvider |
#id ⇒ String
The ID for the meetings user. This value is different than the userId.
11 |
# File 'lib/hubspot_sdk/models/scheduler/external_meetings_user.rb', line 11 required :id, String |
#is_sales_starter ⇒ Boolean
Whether the user has a sales starter seat.
26 |
# File 'lib/hubspot_sdk/models/scheduler/external_meetings_user.rb', line 26 required :is_sales_starter, HubSpotSDK::Internal::Type::Boolean, api_name: :isSalesStarter |
#user_id ⇒ String
The ID of the user.
32 |
# File 'lib/hubspot_sdk/models/scheduler/external_meetings_user.rb', line 32 required :user_id, String, api_name: :userId |
#user_profile ⇒ HubSpotSDK::Models::Scheduler::ExternalUserProfile
37 |
# File 'lib/hubspot_sdk/models/scheduler/external_meetings_user.rb', line 37 required :user_profile, -> { HubSpotSDK::Scheduler::ExternalUserProfile }, api_name: :userProfile |