Class: WhopSDK::Models::AdGroupUpdateParams::PlatformConfig
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::AdGroupUpdateParams::PlatformConfig
- Defined in:
- lib/whop_sdk/models/ad_group_update_params.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#meta ⇒ WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta?
Meta (Facebook/Instagram) ad set configuration.
-
#tiktok ⇒ WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Tiktok?
TikTok ad group configuration.
Instance Method Summary collapse
-
#initialize(advantage_audience: nil) ⇒ Object
constructor
Advantage+ audience expansion settings.
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(advantage_audience: nil) ⇒ Object
Advantage+ audience expansion settings.
|
|
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 378
|
Instance Attribute Details
#meta ⇒ WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta?
Meta (Facebook/Instagram) ad set configuration.
370 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 370 optional :meta, -> { WhopSDK::AdGroupUpdateParams::PlatformConfig::Meta }, nil?: true |
#tiktok ⇒ WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Tiktok?
TikTok ad group configuration.
376 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 376 optional :tiktok, -> { WhopSDK::AdGroupUpdateParams::PlatformConfig::Tiktok }, nil?: true |