Class: Telnyx::Models::Portouts::PortOutSupportingDocument
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Portouts::PortOutSupportingDocument
- Defined in:
- lib/telnyx/models/portouts/port_out_supporting_document.rb,
sig/telnyx/models/portouts/port_out_supporting_document.rbs
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#created_at ⇒ String
Supporting document creation timestamp in ISO 8601 format.
-
#document_id ⇒ String
Identifies the associated document.
- #id ⇒ String
-
#portout_id ⇒ String
Returns the value of attribute portout_id.
-
#record_type ⇒ String
Returns the value of attribute record_type.
-
#type ⇒ Telnyx::Models::Portouts::PortOutSupportingDocument::type_
Returns the value of attribute type.
-
#updated_at ⇒ String
Supporting document last changed timestamp in ISO 8601 format.
Instance Method Summary collapse
- #initialize(id:, created_at:, document_id:, portout_id:, record_type:, type:, updated_at:) ⇒ Object constructor
- #to_hash ⇒ {
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
|
|
# File 'lib/telnyx/models/portouts/port_out_supporting_document.rb', line 50
|
Instance Attribute Details
#created_at ⇒ String
Supporting document creation timestamp in ISO 8601 format
16 |
# File 'lib/telnyx/models/portouts/port_out_supporting_document.rb', line 16 required :created_at, String |
#document_id ⇒ String
Identifies the associated document
22 |
# File 'lib/telnyx/models/portouts/port_out_supporting_document.rb', line 22 required :document_id, String |
#id ⇒ String
10 |
# File 'lib/telnyx/models/portouts/port_out_supporting_document.rb', line 10 required :id, String |
#portout_id ⇒ String
Returns the value of attribute portout_id.
24 25 26 |
# File 'sig/telnyx/models/portouts/port_out_supporting_document.rbs', line 24 def portout_id @portout_id end |
#record_type ⇒ String
Returns the value of attribute record_type.
26 27 28 |
# File 'sig/telnyx/models/portouts/port_out_supporting_document.rbs', line 26 def record_type @record_type end |
#type ⇒ Telnyx::Models::Portouts::PortOutSupportingDocument::type_
Returns the value of attribute type.
28 29 30 |
# File 'sig/telnyx/models/portouts/port_out_supporting_document.rbs', line 28 def type @type end |
#updated_at ⇒ String
Supporting document last changed timestamp in ISO 8601 format
28 |
# File 'lib/telnyx/models/portouts/port_out_supporting_document.rb', line 28 required :updated_at, String |
Instance Method Details
#to_hash ⇒ {
40 |
# File 'sig/telnyx/models/portouts/port_out_supporting_document.rbs', line 40
def to_hash: -> {
|