Module: Telnyx::Models::Messaging10dlcGetEnumParams::Endpoint

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/messaging_10dlc_get_enum_params.rb

Constant Summary collapse

MNO =
:mno
OPTIONAL_ATTRIBUTES =
:optionalAttributes
USECASE =
:usecase
VERTICAL =
:vertical
ALT_BUSINESS_ID_TYPE =
:altBusinessIdType
BRAND_IDENTITY_STATUS =
:brandIdentityStatus
BRAND_RELATIONSHIP =
:brandRelationship
CAMPAIGN_STATUS =
:campaignStatus
ENTITY_TYPE =
:entityType
EXT_VETTING_PROVIDER =
:extVettingProvider
VETTING_STATUS =
:vettingStatus
BRAND_STATUS =
:brandStatus
OPERATION_STATUS =
:operationStatus
APPROVED_PUBLIC_COMPANY =
:approvedPublicCompany
STOCK_EXCHANGE =
:stockExchange
VETTING_CLASS =
:vettingClass

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:

  • (Array<Symbol>)


# File 'lib/telnyx/models/messaging_10dlc_get_enum_params.rb', line 39

Instance Method Details

#initialize(endpoint:, request_options: {}) ⇒ Object

Parameters:



19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# File 'lib/telnyx/models/messaging_10dlc_get_enum_params.rb', line 19

module Endpoint
  extend Telnyx::Internal::Type::Enum

  MNO = :mno
  OPTIONAL_ATTRIBUTES = :optionalAttributes
  USECASE = :usecase
  VERTICAL = :vertical
  ALT_BUSINESS_ID_TYPE = :altBusinessIdType
  BRAND_IDENTITY_STATUS = :brandIdentityStatus
  BRAND_RELATIONSHIP = :brandRelationship
  CAMPAIGN_STATUS = :campaignStatus
  ENTITY_TYPE = :entityType
  EXT_VETTING_PROVIDER = :extVettingProvider
  VETTING_STATUS = :vettingStatus
  BRAND_STATUS = :brandStatus
  OPERATION_STATUS = :operationStatus
  APPROVED_PUBLIC_COMPANY = :approvedPublicCompany
  STOCK_EXCHANGE = :stockExchange
  VETTING_CLASS = :vettingClass

  # @!method self.values
  #   @return [Array<Symbol>]
end