Class: Telnyx::Models::BulkSimCardActionDetailed
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::BulkSimCardActionDetailed
- Defined in:
- lib/telnyx/models/bulk_sim_card_action_detailed.rb,
sig/telnyx/models/bulk_sim_card_action_detailed.rbs
Overview
Defined Under Namespace
Modules: ActionType
Instance Attribute Summary collapse
-
#action_type ⇒ Telnyx::Models::BulkSimCardActionDetailed::action_type?
readonly
Returns the value of attribute action_type.
-
#created_at ⇒ String?
readonly
Returns the value of attribute created_at.
-
#id ⇒ String?
readonly
Returns the value of attribute id.
-
#record_type ⇒ String?
readonly
Returns the value of attribute record_type.
-
#settings ⇒ ::Hash[Symbol, top]?
readonly
Returns the value of attribute settings.
- #sim_card_actions_summary ⇒ Array<Telnyx::Models::SimCardActionsSummary>?
-
#updated_at ⇒ String?
readonly
Returns the value of attribute updated_at.
Instance Method Summary collapse
- #action_type ⇒ Object readonly
- #created_at ⇒ String readonly
- #id ⇒ String readonly
-
#initialize(id: nil, action_type: nil, created_at: nil, record_type: nil, settings: nil, sim_card_actions_summary: nil, updated_at: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see BulkSimCardActionDetailed for more details.
- #record_type ⇒ String readonly
- #settings ⇒ ::Hash[Symbol, top] readonly
- #to_hash ⇒ {
- #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(id: nil, action_type: nil, created_at: nil, record_type: nil, settings: nil, sim_card_actions_summary: nil, updated_at: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::BulkSimCardActionDetailed for more details.
|
|
# File 'lib/telnyx/models/bulk_sim_card_action_detailed.rb', line 55
|
Instance Attribute Details
#action_type ⇒ Telnyx::Models::BulkSimCardActionDetailed::action_type? (readonly)
Returns the value of attribute action_type.
25 26 27 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 25 def action_type @action_type end |
#created_at ⇒ String? (readonly)
Returns the value of attribute created_at.
31 32 33 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 31 def created_at @created_at end |
#id ⇒ String? (readonly)
Returns the value of attribute id.
21 22 23 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 21 def id @id end |
#record_type ⇒ String? (readonly)
Returns the value of attribute record_type.
35 36 37 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 35 def record_type @record_type end |
#settings ⇒ ::Hash[Symbol, top]? (readonly)
Returns the value of attribute settings.
39 40 41 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 39 def settings @settings end |
#sim_card_actions_summary ⇒ Array<Telnyx::Models::SimCardActionsSummary>?
10 |
# File 'lib/telnyx/models/bulk_sim_card_action_detailed.rb', line 10 optional :sim_card_actions_summary, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::SimCardActionsSummary] } |
#updated_at ⇒ String? (readonly)
Returns the value of attribute updated_at.
43 44 45 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 43 def updated_at @updated_at end |
Instance Method Details
#action_type= ⇒ Object (readonly)
27 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 27
def action_type=: (
|
#created_at= ⇒ String (readonly)
33 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 33
def created_at=: (String) -> String
|
#id= ⇒ String (readonly)
23 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 23
def id=: (String) -> String
|
#record_type= ⇒ String (readonly)
37 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 37
def record_type=: (String) -> String
|
#settings= ⇒ ::Hash[Symbol, top] (readonly)
41 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 41
def settings=: (::Hash[Symbol, top]) -> ::Hash[Symbol, top]
|
#to_hash ⇒ {
57 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 57
def to_hash: -> {
|
#updated_at= ⇒ String (readonly)
45 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 45
def updated_at=: (String) -> String
|