Class: HubSpotSDK::Models::Scheduler::ExternalLinkAvailabilityAndBusyTimes
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Scheduler::ExternalLinkAvailabilityAndBusyTimes
- Defined in:
- lib/hubspot_sdk/models/scheduler/external_link_availability_and_busy_times.rb
Instance Attribute Summary collapse
- #all_users_busy_times ⇒ Array<HubSpotSDK::Models::Scheduler::ExternalUserBusyTimes>
- #link_availability ⇒ HubSpotSDK::Models::Scheduler::ExternalLinkAvailability?
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(all_users_busy_times:, link_availability: nil) ⇒ Object
|
|
# File 'lib/hubspot_sdk/models/scheduler/external_link_availability_and_busy_times.rb', line 21
|
Instance Attribute Details
#all_users_busy_times ⇒ Array<HubSpotSDK::Models::Scheduler::ExternalUserBusyTimes>
10 11 12 |
# File 'lib/hubspot_sdk/models/scheduler/external_link_availability_and_busy_times.rb', line 10 required :all_users_busy_times, -> { HubSpotSDK::Internal::Type::ArrayOf[HubSpotSDK::Scheduler::ExternalUserBusyTimes] }, api_name: :allUsersBusyTimes |
#link_availability ⇒ HubSpotSDK::Models::Scheduler::ExternalLinkAvailability?
17 18 19 |
# File 'lib/hubspot_sdk/models/scheduler/external_link_availability_and_busy_times.rb', line 17 optional :link_availability, -> { HubSpotSDK::Scheduler::ExternalLinkAvailability }, api_name: :linkAvailability |