Class: Telnyx::Models::Porting::PortingLoaConfiguration::Logo

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/porting/porting_loa_configuration.rb

Overview

See Also:

Defined Under Namespace

Modules: ContentType

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(content_type: nil, document_id: nil) ⇒ Object

The logo to be used in the LOA.

Parameters:



# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 181

Instance Attribute Details

#content_typeSymbol, ...

The content type of the logo.



173
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 173

optional :content_type, enum: -> { Telnyx::Porting::PortingLoaConfiguration::Logo::ContentType }

#document_idString?

Identifies the document that contains the logo.

Returns:

  • (String, nil)


179
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 179

optional :document_id, String