Class: WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta::GeoRegion
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta::GeoRegion
- Defined in:
- lib/whop_sdk/models/ad_group_update_params.rb
Instance Attribute Summary collapse
-
#country ⇒ String?
Country code for this entry.
-
#key ⇒ String
Meta geo target key/ID.
-
#name ⇒ String?
Display name.
-
#radius ⇒ Integer?
Radius in miles (cities only).
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
#country ⇒ String?
Country code for this entry.
1359 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1359 optional :country, String, nil?: true |
#key ⇒ String
Meta geo target key/ID.
1353 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1353 required :key, String |
#name ⇒ String?
Display name.
1365 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1365 optional :name, String, nil?: true |
#radius ⇒ Integer?
Radius in miles (cities only).
1371 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 1371 optional :radius, Integer, nil?: true |