Class: Telnyx::Models::SimCardGetPublicIPResponse::Data

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/sim_card_get_public_ip_response.rb

Overview

See Also:

Defined Under Namespace

Modules: Type

Instance Attribute Summary collapse

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(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.

Parameters:

  • created_at (String) (defaults to: nil)

    ISO 8601 formatted date-time indicating when the resource was created.

  • ip (String) (defaults to: nil)

    The provisioned IP address. This attribute will only be available when underlyin

  • record_type (String) (defaults to: nil)
  • region_code (String) (defaults to: nil)
  • sim_card_id (String) (defaults to: nil)
  • type (Symbol, Telnyx::Models::SimCardGetPublicIPResponse::Data::Type) (defaults to: nil)
  • updated_at (String) (defaults to: nil)

    ISO 8601 formatted date-time indicating when the resource was updated.



# File 'lib/telnyx/models/sim_card_get_public_ip_response.rb', line 58

Instance Attribute Details

#sim_card_idString?

Returns:

  • (String, nil)


20
# File 'lib/telnyx/models/sim_card_get_public_ip_response.rb', line 20

optional :sim_card_id, String