Class: Telnyx::Models::SipRegistrationStatusRetrieveResponse::SipRegistrationDetails
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::SipRegistrationStatusRetrieveResponse::SipRegistrationDetails
- Defined in:
- lib/telnyx/models/sip_registration_status_retrieve_response.rb
Overview
Instance Attribute Summary collapse
-
#auth_retries ⇒ Integer?
Number of authentication retries on the last attempt.
-
#expires ⇒ Integer?
Unix timestamp when the current registration expires.
-
#failures ⇒ Integer?
Count of consecutive registration failures.
-
#next_action_at ⇒ Integer?
Unix timestamp of the next scheduled registration action.
-
#sip_uri_user_host ⇒ String?
SIP URI user@host of the registered contact.
-
#uptime ⇒ Integer?
Registration uptime reported by the registrar.
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_retries ⇒ Integer?
Number of authentication retries on the last attempt.
93 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 93 optional :auth_retries, Integer |
#expires ⇒ Integer?
Unix timestamp when the current registration expires.
99 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 99 optional :expires, Integer |
#failures ⇒ Integer?
Count of consecutive registration failures.
105 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 105 optional :failures, Integer |
#next_action_at ⇒ Integer?
Unix timestamp of the next scheduled registration action.
111 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 111 optional :next_action_at, Integer |
#sip_uri_user_host ⇒ String?
SIP URI user@host of the registered contact.
117 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 117 optional :sip_uri_user_host, String |
#uptime ⇒ Integer?
Registration uptime reported by the registrar.
123 |
# File 'lib/telnyx/models/sip_registration_status_retrieve_response.rb', line 123 optional :uptime, Integer |