Module: Telnyx::Models::ConferenceRetrieveParams::Region

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/conference_retrieve_params.rb,
sig/telnyx/models/conference_retrieve_params.rbs

Overview

Region where the conference data is located

Constant Summary collapse

AUSTRALIA =

Returns:

:Australia
EUROPE =

Returns:

:Europe
MIDDLE_EAST =

Returns:

:"Middle East"
US =

Returns:

:US

Class Method Summary collapse

Instance 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

.valuesArray<Symbol>

Returns:



# File 'lib/telnyx/models/conference_retrieve_params.rb', line 37


Instance Method Details

#self?.values::Array[Telnyx::Models::ConferenceRetrieveParams::region]

Returns:



41
# File 'sig/telnyx/models/conference_retrieve_params.rbs', line 41

def self?.values: -> ::Array[Telnyx::Models::ConferenceRetrieveParams::region]