Class: Telnyx::Models::SimCardGetDeviceDetailsResponse::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::SimCardGetDeviceDetailsResponse::Data
- Defined in:
- lib/telnyx/models/sim_card_get_device_details_response.rb,
sig/telnyx/models/sim_card_get_device_details_response.rbs
Overview
Instance Attribute Summary collapse
-
#brand_name ⇒ String?
readonly
Returns the value of attribute brand_name.
-
#device_type ⇒ String?
readonly
Returns the value of attribute device_type.
-
#imei ⇒ String?
readonly
Returns the value of attribute imei.
-
#model_name ⇒ String?
readonly
Returns the value of attribute model_name.
-
#operating_system ⇒ String?
readonly
Returns the value of attribute operating_system.
-
#record_type ⇒ String?
readonly
Returns the value of attribute record_type.
Instance Method Summary collapse
- #brand_name ⇒ String readonly
- #device_type ⇒ String readonly
- #imei ⇒ String readonly
- #initialize(brand_name: nil, device_type: nil, imei: nil, model_name: nil, operating_system: nil, record_type: nil) ⇒ Object constructor
- #model_name ⇒ String readonly
- #operating_system ⇒ String readonly
- #record_type ⇒ String readonly
- #to_hash ⇒ {
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(brand_name: nil, device_type: nil, imei: nil, model_name: nil, operating_system: nil, record_type: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/sim_card_get_device_details_response.rb', line 54
|
Instance Attribute Details
#brand_name ⇒ String? (readonly)
Returns the value of attribute brand_name.
32 33 34 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 32 def brand_name @brand_name end |
#device_type ⇒ String? (readonly)
Returns the value of attribute device_type.
36 37 38 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 36 def device_type @device_type end |
#imei ⇒ String? (readonly)
Returns the value of attribute imei.
40 41 42 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 40 def imei @imei end |
#model_name ⇒ String? (readonly)
Returns the value of attribute model_name.
44 45 46 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 44 def model_name @model_name end |
#operating_system ⇒ String? (readonly)
Returns the value of attribute operating_system.
48 49 50 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 48 def @operating_system end |
#record_type ⇒ String? (readonly)
Returns the value of attribute record_type.
52 53 54 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 52 def record_type @record_type end |
Instance Method Details
#brand_name= ⇒ String (readonly)
34 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 34
def brand_name=: (String) -> String
|
#device_type= ⇒ String (readonly)
38 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 38
def device_type=: (String) -> String
|
#imei= ⇒ String (readonly)
42 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 42
def imei=: (String) -> String
|
#model_name= ⇒ String (readonly)
46 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 46
def model_name=: (String) -> String
|
#operating_system= ⇒ String (readonly)
50 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 50
def operating_system=: (String) -> String
|
#record_type= ⇒ String (readonly)
54 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 54
def record_type=: (String) -> String
|
#to_hash ⇒ {
65 |
# File 'sig/telnyx/models/sim_card_get_device_details_response.rbs', line 65
def to_hash: -> {
|