Class: Telnyx::Models::GlobalIPHealthCheckDeleteResponse::Data
- Inherits:
-
Record
- Object
- Internal::Type::BaseModel
- Record
- Telnyx::Models::GlobalIPHealthCheckDeleteResponse::Data
- Defined in:
- lib/telnyx/models/global_ip_health_check_delete_response.rb
Overview
Instance Attribute Summary collapse
-
#global_ip_id ⇒ String?
Global IP ID.
-
#health_check_params ⇒ Hash{Symbol=>Object}?
A Global IP health check params.
-
#health_check_type ⇒ String?
The Global IP health check type.
Instance Method Summary collapse
- #initialize(global_ip_id: nil, health_check_params: nil, health_check_type: nil) ⇒ Object constructor
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(global_ip_id: nil, health_check_params: nil, health_check_type: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/global_ip_health_check_delete_response.rb', line 35
|
Instance Attribute Details
#global_ip_id ⇒ String?
Global IP ID.
21 |
# File 'lib/telnyx/models/global_ip_health_check_delete_response.rb', line 21 optional :global_ip_id, String |
#health_check_params ⇒ Hash{Symbol=>Object}?
A Global IP health check params.
27 |
# File 'lib/telnyx/models/global_ip_health_check_delete_response.rb', line 27 optional :health_check_params, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown] |
#health_check_type ⇒ String?
The Global IP health check type.
33 |
# File 'lib/telnyx/models/global_ip_health_check_delete_response.rb', line 33 optional :health_check_type, String |