Class: WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta::LeadFormConfig::CustomDisclaimerCheckbox
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta::LeadFormConfig::CustomDisclaimerCheckbox
- Defined in:
- lib/whop_sdk/models/ad_group_update_params.rb
Instance Attribute Summary collapse
-
#is_checked_by_default ⇒ Boolean?
Whether the checkbox is checked by default.
-
#is_required ⇒ Boolean?
Whether the checkbox must be checked to submit.
-
#key ⇒ String
Unique key for this checkbox.
-
#text ⇒ String
Label text for the checkbox.
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_default ⇒ Boolean?
Whether the checkbox is checked by default.
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_required ⇒ Boolean?
Whether the checkbox must be checked to submit.
1868 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1868 optional :is_required, WhopSDK::Internal::Type::Boolean, nil?: true |
#key ⇒ String
Unique key for this checkbox.
1850 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1850 required :key, String |
#text ⇒ String
Label text for the checkbox.
1856 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1856 required :text, String |