Class: Telnyx::Models::Whatsapp::BusinessAccounts::WabaSettings
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Whatsapp::BusinessAccounts::WabaSettings
- Defined in:
- lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb
Instance Attribute Summary collapse
-
#id ⇒ String?
Internal ID of Whatsapp business account.
- #name ⇒ String?
- #record_type ⇒ String?
- #timezone ⇒ String?
- #updated_at ⇒ Time?
-
#webhook_enabled ⇒ Boolean?
Enable/disable receiving Whatsapp events.
- #webhook_events ⇒ Array<String>?
-
#webhook_failover_url ⇒ String?
Failover URL to receive Whatsapp events.
-
#webhook_url ⇒ String?
URL to receive Whatsapp events.
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(id: nil, name: nil, record_type: nil, timezone: nil, updated_at: nil, webhook_enabled: nil, webhook_events: nil, webhook_failover_url: nil, webhook_url: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb', line 57
|
Instance Attribute Details
#id ⇒ String?
Internal ID of Whatsapp business account
12 |
# File 'lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb', line 12 optional :id, String |
#name ⇒ String?
17 |
# File 'lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb', line 17 optional :name, String |
#record_type ⇒ String?
22 |
# File 'lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb', line 22 optional :record_type, String |
#timezone ⇒ String?
27 |
# File 'lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb', line 27 optional :timezone, String |
#updated_at ⇒ Time?
32 |
# File 'lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb', line 32 optional :updated_at, Time |
#webhook_enabled ⇒ Boolean?
Enable/disable receiving Whatsapp events
38 |
# File 'lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb', line 38 optional :webhook_enabled, Telnyx::Internal::Type::Boolean |
#webhook_events ⇒ Array<String>?
43 |
# File 'lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb', line 43 optional :webhook_events, Telnyx::Internal::Type::ArrayOf[String] |
#webhook_failover_url ⇒ String?
Failover URL to receive Whatsapp events
49 |
# File 'lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb', line 49 optional :webhook_failover_url, String |
#webhook_url ⇒ String?
URL to receive Whatsapp events
55 |
# File 'lib/telnyx/models/whatsapp/business_accounts/waba_settings.rb', line 55 optional :webhook_url, String |