Class: WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta::LeadFormConfig::ThankYouPage
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta::LeadFormConfig::ThankYouPage
- Defined in:
- lib/whop_sdk/models/ad_group_update_params.rb
Instance Attribute Summary collapse
-
#body ⇒ String?
Body text for this ending page.
-
#business_phone ⇒ String?
Business phone number for call CTA.
-
#button_text ⇒ String?
Custom button text.
-
#button_type ⇒ String?
CTA button type: VIEW_WEBSITE, CALL_BUSINESS, DOWNLOAD.
-
#conditional_question_group_id ⇒ String?
Question group ID for conditional routing to this page.
-
#enable_messenger ⇒ Boolean?
Enable Messenger follow-up.
-
#gated_file_url ⇒ String?
Uploaded file URL for gated content download.
-
#link ⇒ String?
URL the button links to.
-
#name ⇒ String?
Internal name for this ending page.
-
#title ⇒ String?
Headline for this ending page.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from WhopSDK::Internal::Type::BaseModel
Instance Attribute Details
#body ⇒ String?
Body text for this ending page.
1887 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1887 optional :body, String, nil?: true |
#business_phone ⇒ String?
Business phone number for call CTA.
1893 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1893 optional :business_phone, String, nil?: true |
#button_text ⇒ String?
Custom button text.
1899 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1899 optional :button_text, String, nil?: true |
#button_type ⇒ String?
CTA button type: VIEW_WEBSITE, CALL_BUSINESS, DOWNLOAD.
1905 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1905 optional :button_type, String, nil?: true |
#conditional_question_group_id ⇒ String?
Question group ID for conditional routing to this page.
1911 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1911 optional :conditional_question_group_id, String, nil?: true |
#enable_messenger ⇒ Boolean?
Enable Messenger follow-up.
1917 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1917 optional :enable_messenger, WhopSDK::Internal::Type::Boolean, nil?: true |
#gated_file_url ⇒ String?
Uploaded file URL for gated content download.
1923 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1923 optional :gated_file_url, String, nil?: true |
#link ⇒ String?
URL the button links to.
1929 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1929 optional :link, String, nil?: true |
#name ⇒ String?
Internal name for this ending page.
1935 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1935 optional :name, String, nil?: true |
#title ⇒ String?
Headline for this ending page.
1941 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1941 optional :title, String, nil?: true |