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

Inherits:
Internal::Type::BaseModel
  • Object
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

#is_checked_by_defaultBoolean?

Whether the checkbox is checked by default.

Returns:

  • (Boolean, nil)


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

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

#is_requiredBoolean?

Whether the checkbox must be checked to submit.

Returns:

  • (Boolean, nil)


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

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

#keyString

Unique key for this checkbox.

Returns:

  • (String)


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

required :key, String

#textString

Label text for the checkbox.

Returns:

  • (String)


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

required :text, String