Class: HubSpotSDK::Models::Scheduler::ExternalMeetingsUser

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/hubspot_sdk/models/scheduler/external_meetings_user.rb

Defined Under Namespace

Modules: CalendarProvider

Instance Attribute Summary collapse

Instance Method Summary collapse

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.

Parameters:



# File 'lib/hubspot_sdk/models/scheduler/external_meetings_user.rb', line 39

Instance Attribute Details

#calendar_providerSymbol, 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

#idString

The ID for the meetings user. This value is different than the userId.

Returns:

  • (String)


11
# File 'lib/hubspot_sdk/models/scheduler/external_meetings_user.rb', line 11

required :id, String

#is_sales_starterBoolean

Whether the user has a sales starter seat.

Returns:

  • (Boolean)


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_idString

The ID of the user.

Returns:

  • (String)


32
# File 'lib/hubspot_sdk/models/scheduler/external_meetings_user.rb', line 32

required :user_id, String, api_name: :userId

#user_profileHubSpotSDK::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