Class: Telnyx::Models::SipRegistrationStatusRetrieveResponse::SipRegistrationDetails

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

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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

This class inherits a constructor from Telnyx::Internal::Type::BaseModel

Instance Attribute Details

#auth_retriesInteger?

Number of authentication retries on the last attempt.

Returns:

  • (Integer, nil)


93
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 93

optional :auth_retries, Integer

#expiresInteger?

Unix timestamp when the current registration expires.

Returns:

  • (Integer, nil)


99
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 99

optional :expires, Integer

#failuresInteger?

Count of consecutive registration failures.

Returns:

  • (Integer, nil)


105
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 105

optional :failures, Integer

#next_action_atInteger?

Unix timestamp of the next scheduled registration action.

Returns:

  • (Integer, nil)


111
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 111

optional :next_action_at, Integer

#sip_uri_user_hostString?

SIP URI user@host of the registered contact.

Returns:

  • (String, nil)


117
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 117

optional :sip_uri_user_host, String

#uptimeInteger?

Registration uptime reported by the registrar.

Returns:

  • (Integer, nil)


123
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 123

optional :uptime, Integer