Class: Telnyx::Models::ReputationPhoneNumberWithReputationData
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::ReputationPhoneNumberWithReputationData
- Defined in:
- lib/telnyx/models/reputation_phone_number_with_reputation_data.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Time?
When the number was associated.
-
#enterprise_id ⇒ String?
ID of the associated enterprise.
-
#id ⇒ String?
Unique identifier.
-
#phone_number ⇒ String?
Phone number in E.164 format.
-
#reputation_data ⇒ Telnyx::Models::ReputationData?
Reputation metrics.
-
#updated_at ⇒ Time?
When the record was last updated.
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(id: nil, created_at: nil, enterprise_id: nil, phone_number: nil, reputation_data: nil, updated_at: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/reputation_phone_number_with_reputation_data.rb', line 42
|
Instance Attribute Details
#created_at ⇒ Time?
When the number was associated
16 |
# File 'lib/telnyx/models/reputation_phone_number_with_reputation_data.rb', line 16 optional :created_at, Time |
#enterprise_id ⇒ String?
ID of the associated enterprise
22 |
# File 'lib/telnyx/models/reputation_phone_number_with_reputation_data.rb', line 22 optional :enterprise_id, String |
#id ⇒ String?
Unique identifier
10 |
# File 'lib/telnyx/models/reputation_phone_number_with_reputation_data.rb', line 10 optional :id, String |
#phone_number ⇒ String?
Phone number in E.164 format
28 |
# File 'lib/telnyx/models/reputation_phone_number_with_reputation_data.rb', line 28 optional :phone_number, String |
#reputation_data ⇒ Telnyx::Models::ReputationData?
Reputation metrics
34 |
# File 'lib/telnyx/models/reputation_phone_number_with_reputation_data.rb', line 34 optional :reputation_data, -> { Telnyx::ReputationData } |
#updated_at ⇒ Time?
When the record was last updated
40 |
# File 'lib/telnyx/models/reputation_phone_number_with_reputation_data.rb', line 40 optional :updated_at, Time |