Class: Sentdm::Models::ProfileUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Sentdm::Models::ProfileUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/sentdm/models/profile_update_params.rb
Overview
Instance Attribute Summary collapse
-
#allow_contact_sharing ⇒ Boolean?
Whether contacts are shared across profiles (optional).
-
#allow_number_change_during_onboarding ⇒ Boolean?
Whether number changes are allowed during onboarding (optional).
-
#allow_template_sharing ⇒ Boolean?
Whether templates are shared across profiles (optional).
-
#billing_model ⇒ String?
Billing model: profile, organization, or profile_and_organization (optional).
-
#body_profile_id ⇒ String?
Profile ID from route parameter.
-
#description ⇒ String?
Profile description (optional).
-
#icon ⇒ String?
Profile icon URL (optional).
- #idempotency_key ⇒ String?
-
#inherit_contacts ⇒ Boolean?
Whether this profile inherits contacts from organization (optional).
-
#inherit_tcr_brand ⇒ Boolean?
Whether this profile inherits TCR brand from organization (optional).
-
#inherit_tcr_campaign ⇒ Boolean?
Whether this profile inherits TCR campaign from organization (optional).
-
#inherit_templates ⇒ Boolean?
Whether this profile inherits templates from organization (optional).
-
#name ⇒ String?
Profile name (optional).
- #path_profile_id ⇒ String
-
#sending_phone_number ⇒ String?
Direct phone number for SMS sending (optional).
-
#sending_phone_number_profile_id ⇒ String?
Reference to another profile to use for SMS/Telnyx configuration (optional).
-
#sending_whatsapp_number_profile_id ⇒ String?
Reference to another profile to use for WhatsApp configuration (optional).
-
#short_name ⇒ String?
Profile short name/abbreviation (optional).
-
#test_mode ⇒ Boolean?
Test mode flag - when true, the operation is simulated without side effects Useful for testing integrations without actual execution.
-
#whatsapp_phone_number ⇒ String?
Direct phone number for WhatsApp sending (optional).
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(path_profile_id:, allow_contact_sharing: nil, allow_number_change_during_onboarding: nil, allow_template_sharing: nil, billing_model: nil, description: nil, icon: nil, inherit_contacts: nil, inherit_tcr_brand: nil, inherit_tcr_campaign: nil, inherit_templates: nil, name: nil, body_profile_id: nil, sending_phone_number: nil, sending_phone_number_profile_id: nil, sending_whatsapp_number_profile_id: nil, short_name: nil, test_mode: nil, whatsapp_phone_number: nil, idempotency_key: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see ProfileUpdateParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(path_profile_id:, allow_contact_sharing: nil, allow_number_change_during_onboarding: nil, allow_template_sharing: nil, billing_model: nil, description: nil, icon: nil, inherit_contacts: nil, inherit_tcr_brand: nil, inherit_tcr_campaign: nil, inherit_templates: nil, name: nil, body_profile_id: nil, sending_phone_number: nil, sending_phone_number_profile_id: nil, sending_whatsapp_number_profile_id: nil, short_name: nil, test_mode: nil, whatsapp_phone_number: nil, idempotency_key: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Sentdm::Models::ProfileUpdateParams for more details.
|
|
# File 'lib/sentdm/models/profile_update_params.rb', line 129
|
Instance Attribute Details
#allow_contact_sharing ⇒ Boolean?
Whether contacts are shared across profiles (optional)
19 |
# File 'lib/sentdm/models/profile_update_params.rb', line 19 optional :allow_contact_sharing, Sentdm::Internal::Type::Boolean, nil?: true |
#allow_number_change_during_onboarding ⇒ Boolean?
Whether number changes are allowed during onboarding (optional)
25 |
# File 'lib/sentdm/models/profile_update_params.rb', line 25 optional :allow_number_change_during_onboarding, Sentdm::Internal::Type::Boolean, nil?: true |
#allow_template_sharing ⇒ Boolean?
Whether templates are shared across profiles (optional)
31 |
# File 'lib/sentdm/models/profile_update_params.rb', line 31 optional :allow_template_sharing, Sentdm::Internal::Type::Boolean, nil?: true |
#billing_model ⇒ String?
Billing model: profile, organization, or profile_and_organization (optional)
37 |
# File 'lib/sentdm/models/profile_update_params.rb', line 37 optional :billing_model, String, nil?: true |
#body_profile_id ⇒ String?
Profile ID from route parameter
85 |
# File 'lib/sentdm/models/profile_update_params.rb', line 85 optional :body_profile_id, String, api_name: :profile_id |
#description ⇒ String?
Profile description (optional)
43 |
# File 'lib/sentdm/models/profile_update_params.rb', line 43 optional :description, String, nil?: true |
#icon ⇒ String?
Profile icon URL (optional)
49 |
# File 'lib/sentdm/models/profile_update_params.rb', line 49 optional :icon, String, nil?: true |
#idempotency_key ⇒ String?
127 |
# File 'lib/sentdm/models/profile_update_params.rb', line 127 optional :idempotency_key, String |
#inherit_contacts ⇒ Boolean?
Whether this profile inherits contacts from organization (optional)
55 |
# File 'lib/sentdm/models/profile_update_params.rb', line 55 optional :inherit_contacts, Sentdm::Internal::Type::Boolean, nil?: true |
#inherit_tcr_brand ⇒ Boolean?
Whether this profile inherits TCR brand from organization (optional)
61 |
# File 'lib/sentdm/models/profile_update_params.rb', line 61 optional :inherit_tcr_brand, Sentdm::Internal::Type::Boolean, nil?: true |
#inherit_tcr_campaign ⇒ Boolean?
Whether this profile inherits TCR campaign from organization (optional)
67 |
# File 'lib/sentdm/models/profile_update_params.rb', line 67 optional :inherit_tcr_campaign, Sentdm::Internal::Type::Boolean, nil?: true |
#inherit_templates ⇒ Boolean?
Whether this profile inherits templates from organization (optional)
73 |
# File 'lib/sentdm/models/profile_update_params.rb', line 73 optional :inherit_templates, Sentdm::Internal::Type::Boolean, nil?: true |
#name ⇒ String?
Profile name (optional)
79 |
# File 'lib/sentdm/models/profile_update_params.rb', line 79 optional :name, String, nil?: true |
#path_profile_id ⇒ String
13 |
# File 'lib/sentdm/models/profile_update_params.rb', line 13 required :path_profile_id, String |
#sending_phone_number ⇒ String?
Direct phone number for SMS sending (optional)
91 |
# File 'lib/sentdm/models/profile_update_params.rb', line 91 optional :sending_phone_number, String, nil?: true |
#sending_phone_number_profile_id ⇒ String?
Reference to another profile to use for SMS/Telnyx configuration (optional)
97 |
# File 'lib/sentdm/models/profile_update_params.rb', line 97 optional :sending_phone_number_profile_id, String, nil?: true |
#sending_whatsapp_number_profile_id ⇒ String?
Reference to another profile to use for WhatsApp configuration (optional)
103 |
# File 'lib/sentdm/models/profile_update_params.rb', line 103 optional :sending_whatsapp_number_profile_id, String, nil?: true |
#short_name ⇒ String?
Profile short name/abbreviation (optional)
109 |
# File 'lib/sentdm/models/profile_update_params.rb', line 109 optional :short_name, String, nil?: true |
#test_mode ⇒ Boolean?
Test mode flag - when true, the operation is simulated without side effects Useful for testing integrations without actual execution
116 |
# File 'lib/sentdm/models/profile_update_params.rb', line 116 optional :test_mode, Sentdm::Internal::Type::Boolean |
#whatsapp_phone_number ⇒ String?
Direct phone number for WhatsApp sending (optional)
122 |
# File 'lib/sentdm/models/profile_update_params.rb', line 122 optional :whatsapp_phone_number, String, nil?: true |