Class: Telnyx::Models::SiprecConnectorRetrieveResponse::Data

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

Overview

See Also:

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(app_subdomain: nil, created_at: nil, host: nil, name: nil, port: nil, record_type: nil, updated_at: nil) ⇒ Object

Parameters:

  • app_subdomain (String) (defaults to: nil)

    Subdomain to route calls when using Telnyx SRS (optional).

  • created_at (String) (defaults to: nil)

    ISO 8601 formatted date/time of creation.

  • host (String) (defaults to: nil)

    Hostname/IPv4 address of the SIPREC SRS.

  • name (String) (defaults to: nil)

    Name for the SIPREC connector resource.

  • port (Integer) (defaults to: nil)

    Port for the SIPREC SRS.

  • record_type (String) (defaults to: nil)
  • updated_at (String) (defaults to: nil)

    ISO 8601 formatted date/time of last update.



# File 'lib/telnyx/models/siprec_connector_retrieve_response.rb', line 58

Instance Attribute Details

#app_subdomainString?

Subdomain to route calls when using Telnyx SRS (optional).

Returns:

  • (String, nil)


21
# File 'lib/telnyx/models/siprec_connector_retrieve_response.rb', line 21

optional :app_subdomain, String

#created_atString?

ISO 8601 formatted date/time of creation.

Returns:

  • (String, nil)


27
# File 'lib/telnyx/models/siprec_connector_retrieve_response.rb', line 27

optional :created_at, String

#hostString?

Hostname/IPv4 address of the SIPREC SRS.

Returns:

  • (String, nil)


33
# File 'lib/telnyx/models/siprec_connector_retrieve_response.rb', line 33

optional :host, String

#nameString?

Name for the SIPREC connector resource.

Returns:

  • (String, nil)


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

optional :name, String

#portInteger?

Port for the SIPREC SRS.

Returns:

  • (Integer, nil)


45
# File 'lib/telnyx/models/siprec_connector_retrieve_response.rb', line 45

optional :port, Integer

#record_typeString?

Returns:

  • (String, nil)


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

optional :record_type, String

#updated_atString?

ISO 8601 formatted date/time of last update.

Returns:

  • (String, nil)


56
# File 'lib/telnyx/models/siprec_connector_retrieve_response.rb', line 56

optional :updated_at, String