Class: Telnyx::Models::SiprecConnectorUpdateResponse::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::SiprecConnectorUpdateResponse::Data
- Defined in:
- lib/telnyx/models/siprec_connector_update_response.rb
Overview
Instance Attribute Summary collapse
-
#app_subdomain ⇒ String?
Subdomain to route calls when using Telnyx SRS (optional).
-
#created_at ⇒ String?
ISO 8601 formatted date/time of creation.
-
#host ⇒ String?
Hostname/IPv4 address of the SIPREC SRS.
-
#name ⇒ String?
Name for the SIPREC connector resource.
-
#port ⇒ Integer?
Port for the SIPREC SRS.
- #record_type ⇒ String?
-
#updated_at ⇒ String?
ISO 8601 formatted date/time of last update.
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(app_subdomain: nil, created_at: nil, host: nil, name: nil, port: nil, record_type: nil, updated_at: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/siprec_connector_update_response.rb', line 58
|
Instance Attribute Details
#app_subdomain ⇒ String?
Subdomain to route calls when using Telnyx SRS (optional).
21 |
# File 'lib/telnyx/models/siprec_connector_update_response.rb', line 21 optional :app_subdomain, String |
#created_at ⇒ String?
ISO 8601 formatted date/time of creation.
27 |
# File 'lib/telnyx/models/siprec_connector_update_response.rb', line 27 optional :created_at, String |
#host ⇒ String?
Hostname/IPv4 address of the SIPREC SRS.
33 |
# File 'lib/telnyx/models/siprec_connector_update_response.rb', line 33 optional :host, String |
#name ⇒ String?
Name for the SIPREC connector resource.
39 |
# File 'lib/telnyx/models/siprec_connector_update_response.rb', line 39 optional :name, String |
#port ⇒ Integer?
Port for the SIPREC SRS.
45 |
# File 'lib/telnyx/models/siprec_connector_update_response.rb', line 45 optional :port, Integer |
#record_type ⇒ String?
50 |
# File 'lib/telnyx/models/siprec_connector_update_response.rb', line 50 optional :record_type, String |
#updated_at ⇒ String?
ISO 8601 formatted date/time of last update.
56 |
# File 'lib/telnyx/models/siprec_connector_update_response.rb', line 56 optional :updated_at, String |