Class: Telnyx::Models::Portouts::PortOutSupportingDocument

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/portouts/port_out_supporting_document.rb

Defined Under Namespace

Modules: Type

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(id:, created_at:, document_id:, portout_id:, record_type:, type:, updated_at:) ⇒ Object

Parameters:

  • id (String)
  • created_at (String)

    Supporting document creation timestamp in ISO 8601 format

  • document_id (String)

    Identifies the associated document

  • portout_id (String)

    Identifies the associated port request

  • record_type (String)

    Identifies the type of the resource.

  • type (Symbol, Telnyx::Models::Portouts::PortOutSupportingDocument::Type)

    Identifies the type of the document

  • updated_at (String)

    Supporting document last changed timestamp in ISO 8601 format



# File 'lib/telnyx/models/portouts/port_out_supporting_document.rb', line 50

Instance Attribute Details

#created_atString

Supporting document creation timestamp in ISO 8601 format

Returns:

  • (String)


16
# File 'lib/telnyx/models/portouts/port_out_supporting_document.rb', line 16

required :created_at, String

#document_idString

Identifies the associated document

Returns:

  • (String)


22
# File 'lib/telnyx/models/portouts/port_out_supporting_document.rb', line 22

required :document_id, String

#idString

Returns:

  • (String)


10
# File 'lib/telnyx/models/portouts/port_out_supporting_document.rb', line 10

required :id, String

#updated_atString

Supporting document last changed timestamp in ISO 8601 format

Returns:

  • (String)


28
# File 'lib/telnyx/models/portouts/port_out_supporting_document.rb', line 28

required :updated_at, String