Class: WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta::LeadFormConfig::ThankYouPage

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/whop_sdk/models/ad_group_update_params.rb

Instance Attribute Summary collapse

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

#bodyString?

Body text for this ending page.

Returns:

  • (String, nil)


1887
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1887

optional :body, String, nil?: true

#business_phoneString?

Business phone number for call CTA.

Returns:

  • (String, nil)


1893
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1893

optional :business_phone, String, nil?: true

#button_textString?

Custom button text.

Returns:

  • (String, nil)


1899
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1899

optional :button_text, String, nil?: true

#button_typeString?

CTA button type: VIEW_WEBSITE, CALL_BUSINESS, DOWNLOAD.

Returns:

  • (String, nil)


1905
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1905

optional :button_type, String, nil?: true

#conditional_question_group_idString?

Question group ID for conditional routing to this page.

Returns:

  • (String, nil)


1911
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1911

optional :conditional_question_group_id, String, nil?: true

#enable_messengerBoolean?

Enable Messenger follow-up.

Returns:

  • (Boolean, nil)


1917
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1917

optional :enable_messenger, WhopSDK::Internal::Type::Boolean, nil?: true

#gated_file_urlString?

Uploaded file URL for gated content download.

Returns:

  • (String, nil)


1923
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1923

optional :gated_file_url, String, nil?: true

URL the button links to.

Returns:

  • (String, nil)


1929
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1929

optional :link, String, nil?: true

#nameString?

Internal name for this ending page.

Returns:

  • (String, nil)


1935
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1935

optional :name, String, nil?: true

#titleString?

Headline for this ending page.

Returns:

  • (String, nil)


1941
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1941

optional :title, String, nil?: true