Class: Telnyx::Models::SimCardGetPublicIPResponse::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::SimCardGetPublicIPResponse::Data
- Defined in:
- lib/telnyx/models/sim_card_get_public_ip_response.rb,
sig/telnyx/models/sim_card_get_public_ip_response.rbs
Overview
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#created_at ⇒ String?
readonly
Returns the value of attribute created_at.
-
#ip ⇒ String?
readonly
Returns the value of attribute ip.
-
#record_type ⇒ String?
readonly
Returns the value of attribute record_type.
-
#region_code ⇒ String?
readonly
Returns the value of attribute region_code.
- #sim_card_id ⇒ String?
-
#type ⇒ Telnyx::Models::SimCardGetPublicIPResponse::Data::type_?
readonly
Returns the value of attribute type.
-
#updated_at ⇒ String?
readonly
Returns the value of attribute updated_at.
Instance Method Summary collapse
- #created_at ⇒ String readonly
-
#initialize(created_at: nil, ip: nil, record_type: nil, region_code: nil, sim_card_id: nil, type: nil, updated_at: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Data for more details.
- #ip ⇒ String readonly
- #record_type ⇒ String readonly
- #region_code ⇒ String readonly
- #to_hash ⇒ {
- #type ⇒ Object readonly
- #updated_at ⇒ String readonly
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(created_at: nil, ip: nil, record_type: nil, region_code: nil, sim_card_id: nil, type: nil, updated_at: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::SimCardGetPublicIPResponse::Data for more details.
|
|
# File 'lib/telnyx/models/sim_card_get_public_ip_response.rb', line 58
|
Instance Attribute Details
#created_at ⇒ String? (readonly)
Returns the value of attribute created_at.
35 36 37 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 35 def created_at @created_at end |
#ip ⇒ String? (readonly)
Returns the value of attribute ip.
39 40 41 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 39 def ip @ip end |
#record_type ⇒ String? (readonly)
Returns the value of attribute record_type.
43 44 45 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 43 def record_type @record_type end |
#region_code ⇒ String? (readonly)
Returns the value of attribute region_code.
47 48 49 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 47 def region_code @region_code end |
#sim_card_id ⇒ String?
20 |
# File 'lib/telnyx/models/sim_card_get_public_ip_response.rb', line 20 optional :sim_card_id, String |
#type ⇒ Telnyx::Models::SimCardGetPublicIPResponse::Data::type_? (readonly)
Returns the value of attribute type.
51 52 53 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 51 def type @type end |
#updated_at ⇒ String? (readonly)
Returns the value of attribute updated_at.
57 58 59 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 57 def updated_at @updated_at end |
Instance Method Details
#created_at= ⇒ String (readonly)
37 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 37
def created_at=: (String) -> String
|
#ip= ⇒ String (readonly)
41 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 41
def ip=: (String) -> String
|
#record_type= ⇒ String (readonly)
45 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 45
def record_type=: (String) -> String
|
#region_code= ⇒ String (readonly)
49 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 49
def region_code=: (String) -> String
|
#to_hash ⇒ {
71 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 71
def to_hash: -> {
|
#type= ⇒ Object (readonly)
53 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 53
def type=: (
|
#updated_at= ⇒ String (readonly)
59 |
# File 'sig/telnyx/models/sim_card_get_public_ip_response.rbs', line 59
def updated_at=: (String) -> String
|