Class: Zavudev::Models::Template::Whatsapp
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Zavudev::Models::Template::Whatsapp
- Defined in:
- lib/zavudev/models/template.rb
Overview
Instance Attribute Summary collapse
-
#namespace ⇒ String?
WhatsApp Business Account namespace.
-
#status ⇒ String?
WhatsApp approval status.
-
#template_name ⇒ String?
WhatsApp template name.
Instance Method Summary collapse
-
#initialize(namespace: nil, status: nil, template_name: nil) ⇒ Object
constructor
WhatsApp-specific template information.
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(namespace: nil, status: nil, template_name: nil) ⇒ Object
WhatsApp-specific template information.
|
|
# File 'lib/zavudev/models/template.rb', line 276
|
Instance Attribute Details
#namespace ⇒ String?
WhatsApp Business Account namespace.
262 |
# File 'lib/zavudev/models/template.rb', line 262 optional :namespace, String |
#status ⇒ String?
WhatsApp approval status.
268 |
# File 'lib/zavudev/models/template.rb', line 268 optional :status, String |
#template_name ⇒ String?
WhatsApp template name.
274 |
# File 'lib/zavudev/models/template.rb', line 274 optional :template_name, String, api_name: :templateName |