Class: Revox::Models::CampaignListResponse::Campaign::Assistant::Calendly

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/revox/models/campaign_list_response.rb,
sig/revox/models/campaign_list_response.rbs

Overview

See Also:

  • Revox::Models::CampaignListResponse::Campaign::Assistant#calendly

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

#initializeObject



498
# File 'sig/revox/models/campaign_list_response.rbs', line 498

def initialize: (

Instance Attribute Details

#connection_idString

The connection ID representing the link between your Calendly account and Revox.

Parameters:

  • value (String)

Returns:

  • (String)


686
# File 'lib/revox/models/campaign_list_response.rb', line 686

required :connection_id, String

#event_type_idString

The event type ID representing the event type to schedule. (eg: https://api.calendly.com/event_types/b2330295-2a91-4a1d-bb73-99e7707663d5)

Parameters:

  • value (String)

Returns:

  • (String)


693
# File 'lib/revox/models/campaign_list_response.rb', line 693

required :event_type_id, String

Instance Method Details

#to_hash{ connection_id: String, event_type_id: String }

Returns:

  • ({ connection_id: String, event_type_id: String })


503
# File 'sig/revox/models/campaign_list_response.rbs', line 503

def to_hash: -> { connection_id: String, event_type_id: String }